File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 4a31aaddb364f5ab8280242a1016bdd3d10dcaed
4
+ refs/heads/snap-stage3: cfeab2593bc75b114a1bff6615b516e84f0fe47c
5
5
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change 22
22
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
23
23
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
24
24
25
+ #![ allow( unknown_features) ]
25
26
#![ feature( quote) ]
26
27
#![ feature( slicing_syntax, unsafe_destructor) ]
27
28
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ This API is completely unstable and subject to change.
71
71
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
72
72
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
73
73
74
+ #![ allow( unknown_features) ]
74
75
#![ feature( quote) ]
75
76
#![ feature( slicing_syntax, unsafe_destructor) ]
76
77
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 30
30
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
31
31
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
32
32
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
33
+ #![ allow( unknown_features) ]
33
34
#![ feature( asm, slicing_syntax) ]
34
35
#![ feature( box_syntax) ]
35
36
You can’t perform that action at this time.
0 commit comments