Fix tests after removing PathExt from utils

This commit is contained in:
Mathieu David 2016-01-03 14:08:17 +01:00
parent 78b6148463
commit 3fd1d4606c
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ mod tests {
extern crate tempdir;
use super::copy_files_except_ext;
use super::PathExt;
use std::fs;
#[test]