diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-02-27 00:10:03 -0500 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-03-04 12:27:01 -0500 |
| commit | dfb5c10dea0dd7bc56950148fa23fd02a07706fa (patch) | |
| tree | 18fc8c7483b7acf5c1ee8e22cbd92bd119541b66 /src/libstd/sync.rs | |
| parent | 55461d888f63e7113f1ea40e586e4917abe4815b (diff) | |
| download | rust-dfb5c10dea0dd7bc56950148fa23fd02a07706fa.tar.gz rust-dfb5c10dea0dd7bc56950148fa23fd02a07706fa.zip | |
Remove unused imports throughout src/
Diffstat (limited to 'src/libstd/sync.rs')
| -rw-r--r-- | src/libstd/sync.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/sync.rs b/src/libstd/sync.rs index a8a609b1f8a..83f80f94382 100644 --- a/src/libstd/sync.rs +++ b/src/libstd/sync.rs @@ -15,9 +15,7 @@ * in std. */ -use core::cell::Cell; use core::option; -use core::pipes; use core::prelude::*; use core::unstable::{Exclusive, exclusive}; use core::ptr; @@ -714,7 +712,6 @@ mod tests { use core::cast; use core::cell::Cell; use core::option; - use core::pipes; use core::ptr; use core::result; use core::task; |
