From 3fd1d4606c809592ff893cf4c63d42d550578385 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Sun, 3 Jan 2016 14:08:17 +0100 Subject: [PATCH] Fix tests after removing PathExt from utils --- src/utils/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/mod.rs b/src/utils/mod.rs index f6ab3af5cf..18e4471359 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -158,7 +158,6 @@ mod tests { extern crate tempdir; use super::copy_files_except_ext; - use super::PathExt; use std::fs; #[test]