File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2424
2525#![ feature( alloc) ]
2626#![ feature( box_syntax) ]
27+ #![ feature( box_patterns) ]
2728#![ feature( core) ]
2829#![ feature( hash) ]
2930#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 2323 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
2424 html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
2525
26+ #![ feature( box_patterns) ]
2627#![ feature( box_syntax) ]
2728#![ feature( collections) ]
2829#![ feature( core) ]
Original file line number Diff line number Diff line change 2424 html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
2525
2626#![ feature( alloc) ]
27+ #![ feature( box_patterns) ]
2728#![ feature( box_syntax) ]
2829#![ feature( collections) ]
2930#![ feature( core) ]
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ This API is completely unstable and subject to change.
7474
7575#![ allow( non_camel_case_types) ]
7676
77+ #![ feature( box_patterns) ]
7778#![ feature( box_syntax) ]
7879#![ feature( collections) ]
7980#![ feature( core) ]
Original file line number Diff line number Diff line change 1818 html_root_url = "http://doc.rust-lang.org/nightly/" ,
1919 html_playground_url = "http://play.rust-lang.org/" ) ]
2020
21+ #![ feature( box_patterns) ]
2122#![ feature( box_syntax) ]
2223#![ feature( collections) ]
2324#![ feature( core) ]
Original file line number Diff line number Diff line change 2323 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
2424 html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
2525
26+ #![ feature( box_patterns) ]
2627#![ feature( box_syntax) ]
2728#![ feature( collections) ]
2829#![ feature( core) ]
You can’t perform that action at this time.
0 commit comments