diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-05-03 15:57:18 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-05-03 16:56:33 -0700 |
| commit | 18bf9bd55aa87d3da19e343241d1171414e2fc92 (patch) | |
| tree | 5ad6290d89520c9cdb3c91eb84d1b0c8e14fa991 /src/libstd/workcache.rs | |
| parent | 5fb5a94118399e50c50f25586266c317ee5ba69b (diff) | |
| download | rust-18bf9bd55aa87d3da19e343241d1171414e2fc92.tar.gz rust-18bf9bd55aa87d3da19e343241d1171414e2fc92.zip | |
std: Warning police
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; |
