File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
branches/snap-stage3/src/libsync Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 49a970f2449a78f28b6c301e542d38593094ca77
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: f77cabecbba8d842cd944b064065ad4e6a6b760d
4
+ refs/heads/snap-stage3: ffd87daeedbad27808e73f3d680f98525cec3453
5
5
refs/heads/try: d9c23fcbaea89871667272a67ecb8d3a512162f3
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 101
101
//! }
102
102
//! ```
103
103
104
+ #![ allow( deprecated) ]
105
+
104
106
use core:: prelude:: * ;
105
107
106
108
use alloc:: boxed:: Box ;
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Higher level communication abstractions.
15
15
*/
16
16
17
17
#![ allow( missing_doc) ]
18
+ #![ allow( deprecated) ]
18
19
#![ deprecated = "This type is replaced by having a pair of channels. This type \
19
20
is not fully composable with other channels in terms of \
20
21
or possible semantics on a duplex stream. It will be removed \
You can’t perform that action at this time.
0 commit comments