Commit cadf901 1 parent aa3e8d3 commit cadf901 Copy full SHA for cadf901
File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
2
- #![ feature( assert_matches) ]
3
2
#![ feature( bool_to_option) ]
4
3
#![ feature( box_patterns) ]
5
4
#![ feature( drain_filter) ]
Original file line number Diff line number Diff line change 24
24
25
25
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
26
26
#![ feature( array_windows) ]
27
- #![ feature( assert_matches) ]
28
27
#![ feature( backtrace) ]
29
28
#![ feature( bool_to_option) ]
30
29
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Rust MIR: a lowered representation of Rust.
7
7
#![ feature( nll) ]
8
8
#![ feature( in_band_lifetimes) ]
9
9
#![ feature( array_windows) ]
10
- #![ feature( assert_matches) ]
11
10
#![ feature( bindings_after_at) ]
12
11
#![ feature( bool_to_option) ]
13
12
#![ feature( box_patterns) ]
You can’t perform that action at this time.
0 commit comments