From b31c79431e70316c8fea9afaf1ec61cf6c1cc7db Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 6 Apr 2019 22:58:03 +0300 Subject: [PATCH] Fix the tests for Rust 2018 for real this time --- podcasts-data/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podcasts-data/src/utils.rs b/podcasts-data/src/utils.rs index 43c9df8..18d6602 100644 --- a/podcasts-data/src/utils.rs +++ b/podcasts-data/src/utils.rs @@ -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;