about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-04-16 18:31:11 -0700
committerbors <bors@rust-lang.org>2016-04-16 18:31:11 -0700
commit054a4b4019efe1f4a9800a5a322c4a0da5aef11c (patch)
tree26146e62960b7b89bd8304ae62c22c8dc154c5e4 /src/libstd/sys
parentae33aa74f4e03b11a9a82e10dbf7369c3ae6bd04 (diff)
parent01fb27f64814dbd2fef755af4fd6197b1fe74240 (diff)
downloadrust-054a4b4019efe1f4a9800a5a322c4a0da5aef11c.tar.gz
rust-054a4b4019efe1f4a9800a5a322c4a0da5aef11c.zip
Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton
Remove unused trait imports
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/unix/fs.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/fs.rs b/src/libstd/sys/unix/fs.rs
index 810a34478c5..d5d17e7ee12 100644
--- a/src/libstd/sys/unix/fs.rs
+++ b/src/libstd/sys/unix/fs.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 use prelude::v1::*;
-use io::prelude::*;
 use os::unix::prelude::*;
 
 use ffi::{CString, CStr, OsString, OsStr};