Fix the tests for Rust 2018 for real this time

This commit is contained in:
Jordan Petridis 2019-04-06 22:58:03 +03:00
parent 73587ff47b
commit b31c79431e
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -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;