Skip to content

Commit

Permalink
Deprecation fallout in libsync
Browse files Browse the repository at this point in the history
  • Loading branch information
aturon committed Aug 12, 2014
1 parent f77cabe commit ffd87da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libsync/atomic.rs
Expand Up @@ -101,6 +101,8 @@
//! }
//! ```

#![allow(deprecated)]

use core::prelude::*;

use alloc::boxed::Box;
Expand Down
1 change: 1 addition & 0 deletions src/libsync/comm/duplex.rs
Expand Up @@ -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 \
Expand Down

0 comments on commit ffd87da

Please sign in to comment.