about summary refs log tree commit diff
path: root/src/libsync/comm
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync/comm')
-rw-r--r--src/libsync/comm/duplex.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsync/comm/duplex.rs b/src/libsync/comm/duplex.rs
index 44dd63cbf6c..587827d2bc5 100644
--- a/src/libsync/comm/duplex.rs
+++ b/src/libsync/comm/duplex.rs
@@ -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 \