Skip to content

Commit 34cf4a1

Browse files
committed
Get rid of unused imports
1 parent 31a7550 commit 34cf4a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/copy.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// FIXME: There is so many PathBuf's in this module
33
// Conver them to Path
44

5-
use std::io::prelude::*;
6-
use std::io;
75
use std::path::{Path, PathBuf};
86
use std::fs;
97
use error::Result;

0 commit comments

Comments
 (0)