diff options
| author | bors <bors@rust-lang.org> | 2013-05-03 23:48:36 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-03 23:48:36 -0700 |
| commit | a47e4cb22fbced2391845f7bfc7a458bca8c8273 (patch) | |
| tree | 18f32cd44b67bf0678e5990ad199c566be5a0dfc /src/libstd/workcache.rs | |
| parent | c3ab74b8b933a1bc2c5f207ae5c023cf3e7aeb58 (diff) | |
| parent | 2df8799f766c3a4871fe12761843ef9a5bc83659 (diff) | |
| download | rust-a47e4cb22fbced2391845f7bfc7a458bca8c8273.tar.gz rust-a47e4cb22fbced2391845f7bfc7a458bca8c8273.zip | |
auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphism
Diffstat (limited to 'src/libstd/workcache.rs')
| -rw-r--r-- | src/libstd/workcache.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstd/workcache.rs b/src/libstd/workcache.rs index 2cdf36c71c7..f44d143004e 100644 --- a/src/libstd/workcache.rs +++ b/src/libstd/workcache.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#[allow(deprecated_mode)]; - use json; use sha1; use serialize::{Encoder, Encodable, Decoder, Decodable}; @@ -17,7 +15,7 @@ use sort; use core::cell::Cell; use core::cmp; -use core::comm::{ChanOne, PortOne, oneshot, send_one}; +use core::comm::{PortOne, oneshot, send_one}; use core::either::{Either, Left, Right}; use core::hashmap::HashMap; use core::io; |
