diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-06 22:33:50 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-07 23:51:38 -0800 |
| commit | f47e4b2874a69491e9d06e4fdbd7de4cb907b52e (patch) | |
| tree | 0dda294059bd32fdf5606800fa0c211dce6ec150 /src/libextra/lib.rs | |
| parent | bcb1c381a38f8f36a71323bbf12d55afc8627d90 (diff) | |
| download | rust-f47e4b2874a69491e9d06e4fdbd7de4cb907b52e.tar.gz rust-f47e4b2874a69491e9d06e4fdbd7de4cb907b52e.zip | |
extratest: Fix all leaked trait imports
Diffstat (limited to 'src/libextra/lib.rs')
| -rw-r--r-- | src/libextra/lib.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs index 28e426d1ccf..44b01caac26 100644 --- a/src/libextra/lib.rs +++ b/src/libextra/lib.rs @@ -34,8 +34,6 @@ Rust extras are part of the standard Rust distribution. #[deny(non_camel_case_types)]; #[deny(missing_doc)]; -pub use std::os; - // Utility modules pub mod c_vec; @@ -106,12 +104,4 @@ pub mod serialize; pub mod extra { pub use serialize; pub use test; - - // For bootstrapping. - pub use std::clone; - pub use std::condition; - pub use std::cmp; - pub use std::unstable; - pub use std::str; - pub use std::os; } |
