mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
Deprecation fallout in libsync
This commit is contained in:
@@ -101,6 +101,8 @@
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
#![allow(deprecated)]
|
||||
|
||||
use core::prelude::*;
|
||||
|
||||
use alloc::boxed::Box;
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user