]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/io/stdio.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / libstd / io / stdio.rs
index b8b66a58359e7013d135713767a4936c1a3d8c0d..9a782e95f6e5f994fd2cabe77cd59512a99ef90f 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use prelude::v1::*;
 use io::prelude::*;
 
 use cell::{RefCell, BorrowState};