Deprecation fallout in libsync

This commit is contained in:
Aaron Turon 2014-08-11 17:18:19 -07:00
parent f77cabecbb
commit ffd87daeed
2 changed files with 3 additions and 0 deletions

View file

@ -101,6 +101,8 @@
//! }
//! ```
#![allow(deprecated)]
use core::prelude::*;
use alloc::boxed::Box;

View file

@ -15,6 +15,7 @@ Higher level communication abstractions.
*/
#![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 \