]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/unix/pipe.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / libstd / sys / unix / pipe.rs
index 010594133387a4602261369cf4b0e89cfb81e642..ffe8032e46055e9f6af9e63491e26d463117a4ab 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use prelude::v1::*;
-
 use cmp;
 use io;
 use libc::{self, c_int};