File tree Expand file tree Collapse file tree 9 files changed +0
-9
lines changed
Expand file tree Collapse file tree 9 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 66
77// tidy-alphabetical-start
88#![ cfg_attr( bootstrap, feature( array_windows) ) ]
9- #![ deny( clippy:: manual_let_else) ]
109#![ doc( test( attr( deny( warnings) , allow( internal_features) ) ) ) ]
1110#![ feature( associated_type_defaults) ]
1211#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 22
33// tidy-alphabetical-start
44#![ allow( internal_features) ]
5- #![ deny( clippy:: manual_let_else) ]
65#![ feature( assert_matches) ]
76#![ feature( box_patterns) ]
87#![ feature( file_buffered) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
22#![ allow( rustc:: diagnostic_outside_of_impl) ]
3- #![ deny( clippy:: manual_let_else) ]
43#![ feature( array_try_map) ]
54#![ feature( assert_matches) ]
65#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 44
55// tidy-alphabetical-start
66#![ cfg_attr( bootstrap, feature( debug_closure_helpers) ) ]
7- #![ deny( clippy:: manual_let_else) ]
87#![ feature( associated_type_defaults) ]
98#![ feature( closure_track_caller) ]
109#![ feature( const_default) ]
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ This API is completely unstable and subject to change.
5959#![ allow( rustc:: diagnostic_outside_of_impl) ]
6060#![ allow( rustc:: untranslatable_diagnostic) ]
6161#![ cfg_attr( bootstrap, feature( debug_closure_helpers) ) ]
62- #![ deny( clippy:: manual_let_else) ]
6362#![ feature( assert_matches) ]
6463#![ feature( gen_blocks) ]
6564#![ feature( if_let_guard) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
2- #![ deny( clippy:: manual_let_else) ]
32#![ feature( assert_matches) ]
43#![ feature( box_patterns) ]
54#![ feature( if_let_guard) ]
Original file line number Diff line number Diff line change 2222// tidy-alphabetical-start
2323#![ allow( internal_features) ]
2424#![ cfg_attr( bootstrap, feature( array_windows) ) ]
25- #![ deny( clippy:: manual_let_else) ]
2625#![ feature( assert_matches) ]
2726#![ feature( box_patterns) ]
2827#![ feature( if_let_guard) ]
Original file line number Diff line number Diff line change 3030#![ allow( rustc:: direct_use_of_rustc_type_ir) ]
3131#![ allow( rustc:: untranslatable_diagnostic) ]
3232#![ cfg_attr( bootstrap, feature( array_windows) ) ]
33- #![ deny( clippy:: manual_let_else) ]
3433#![ feature( allocator_api) ]
3534#![ feature( assert_matches) ]
3635#![ feature( associated_type_defaults) ]
Original file line number Diff line number Diff line change 1010#![ allow( internal_features) ]
1111#![ allow( rustc:: diagnostic_outside_of_impl) ]
1212#![ allow( rustc:: untranslatable_diagnostic) ]
13- #![ deny( clippy:: manual_let_else) ]
1413#![ feature( arbitrary_self_types) ]
1514#![ feature( assert_matches) ]
1615#![ feature( box_patterns) ]
You can’t perform that action at this time.
0 commit comments