File tree Expand file tree Collapse file tree 6 files changed +11
-1
lines changed Expand file tree Collapse file tree 6 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
- refs/heads/try: 31d78b2f0756b88cb5923dab9b264733a9579a53
5
+ refs/heads/try: c5461e46aecbf42a23bdecb4cc3f8320fba2866b
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
Original file line number Diff line number Diff line change 55
55
#[ forbid( deprecated_mode) ] ;
56
56
#[ forbid( deprecated_pattern) ] ;
57
57
58
+ // Transitional
59
+ #[ allow( structural_records) ] ; // Macros -- needs a snapshot
60
+
58
61
/*
59
62
Syntax Extension: fmt
60
63
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ with destructors.
38
38
// NB: transitionary, de-mode-ing.
39
39
#[ forbid( deprecated_mode) ] ;
40
40
#[ forbid( deprecated_pattern) ] ;
41
+ // Transitional
42
+ #[ allow( structural_records) ] ;
41
43
42
44
use cast;
43
45
use io;
Original file line number Diff line number Diff line change 11
11
// NB: transitionary, de-mode-ing.
12
12
#[ forbid( deprecated_mode) ] ;
13
13
#[ forbid( deprecated_pattern) ] ;
14
+ #[ allow( structural_records) ] ;
14
15
15
16
/*!
16
17
* Higher-level interfaces to libc::* functions and operating system services.
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ bounded and unbounded protocols allows for less code duplication.
87
87
// re-forbid after snapshot
88
88
#[ forbid( deprecated_pattern) ] ;
89
89
90
+ // Transitional -- needs snapshot
91
+ #[ allow( structural_records) ] ;
92
+
90
93
use cmp:: Eq ;
91
94
use cast:: { forget, reinterpret_cast, transmute} ;
92
95
use either:: { Either , Left , Right } ;
Original file line number Diff line number Diff line change 11
11
// NB: transitionary, de-mode-ing.
12
12
#[ forbid( deprecated_mode) ] ;
13
13
#[ forbid( deprecated_pattern) ] ;
14
+ #[ allow( structural_records) ] ;
14
15
15
16
//! Process spawning
16
17
use io;
You can’t perform that action at this time.
0 commit comments