Fix the tests for Rust 2018 for real this time
This commit is contained in:
parent
73587ff47b
commit
b31c79431e
@ -177,7 +177,7 @@ pub fn get_feed(file_path: &str, id: i32) -> Feed {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use self::tempdir::TempDir;
|
||||
use tempdir::TempDir;
|
||||
use super::*;
|
||||
use chrono::Duration;
|
||||
use failure::Error;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user