File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed 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