diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-02 09:24:56 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-02 10:50:13 -0800 |
| commit | e921e3f04513ffb094208a538a2835d4dc77b991 (patch) | |
| tree | 0fc18976815572ac2f9cab2e01236243e684eb4d /src/libstd/sys/unix/pipe.rs | |
| parent | 1f2ead1629ce544d98f35225061d216abd86d5a6 (diff) | |
| download | rust-e921e3f04513ffb094208a538a2835d4dc77b991.tar.gz rust-e921e3f04513ffb094208a538a2835d4dc77b991.zip | |
Rollup test fixes and rebase conflicts
Diffstat (limited to 'src/libstd/sys/unix/pipe.rs')
| -rw-r--r-- | src/libstd/sys/unix/pipe.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys/unix/pipe.rs b/src/libstd/sys/unix/pipe.rs index 0ab213cd0af..623f3f6a89c 100644 --- a/src/libstd/sys/unix/pipe.rs +++ b/src/libstd/sys/unix/pipe.rs @@ -10,8 +10,6 @@ use prelude::v1::*; -use prelude::*; - use libc; use c_str::CString; use mem; |
