Skip to content

Commit ffd87da

Browse files
committed
Deprecation fallout in libsync
1 parent f77cabe commit ffd87da

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/libsync/atomic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
//! }
102102
//! ```
103103
104+
#![allow(deprecated)]
105+
104106
use core::prelude::*;
105107

106108
use alloc::boxed::Box;

src/libsync/comm/duplex.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Higher level communication abstractions.
1515
*/
1616

1717
#![allow(missing_doc)]
18+
#![allow(deprecated)]
1819
#![deprecated = "This type is replaced by having a pair of channels. This type \
1920
is not fully composable with other channels in terms of \
2021
or possible semantics on a duplex stream. It will be removed \

0 commit comments

Comments
 (0)