]> git.lizzy.rs Git - rust.git/commitdiff
Deprecation fallout in libsync
authorAaron Turon <aturon@mozilla.com>
Tue, 12 Aug 2014 00:18:19 +0000 (17:18 -0700)
committerAaron Turon <aturon@mozilla.com>
Tue, 12 Aug 2014 20:35:56 +0000 (13:35 -0700)
src/libsync/atomic.rs
src/libsync/comm/duplex.rs

index 31b993d8bab468b3f795ac8727c8b858cf855002..301d444b1b15b83279e3cec9f0671e80be5f0967 100644 (file)
 //! }
 //! ```
 
+#![allow(deprecated)]
+
 use core::prelude::*;
 
 use alloc::boxed::Box;
index 44dd63cbf6c010cfd63058c9d6700e4b00922fa4..587827d2bc576c56e729dc2fc9dab59753ac9e09 100644 (file)
@@ -15,6 +15,7 @@
 */
 
 #![allow(missing_doc)]
+#![allow(deprecated)]
 #![deprecated = "This type is replaced by having a pair of channels. This type \
                  is not fully composable with other channels in terms of \
                  or possible semantics on a duplex stream. It will be removed \