We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77cabe commit ffd87daCopy full SHA for ffd87da
src/libsync/atomic.rs
@@ -101,6 +101,8 @@
101
//! }
102
//! ```
103
104
+#![allow(deprecated)]
105
+
106
use core::prelude::*;
107
108
use alloc::boxed::Box;
src/libsync/comm/duplex.rs
@@ -15,6 +15,7 @@ Higher level communication abstractions.
15
*/
16
17
#![allow(missing_doc)]
18
19
#![deprecated = "This type is replaced by having a pair of channels. This type \
20
is not fully composable with other channels in terms of \
21
or possible semantics on a duplex stream. It will be removed \
0 commit comments