Skip to content

Commit 3847570

Browse files
committed
---
yaml --- r: 127708 b: refs/heads/snap-stage3 c: ffd87da h: refs/heads/master v: v3
1 parent 2c28bc7 commit 3847570

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 49a970f2449a78f28b6c301e542d38593094ca77
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: f77cabecbba8d842cd944b064065ad4e6a6b760d
4+
refs/heads/snap-stage3: ffd87daeedbad27808e73f3d680f98525cec3453
55
refs/heads/try: d9c23fcbaea89871667272a67ecb8d3a512162f3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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;

branches/snap-stage3/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)