File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed
rustc_next_trait_solver/src Expand file tree Collapse file tree 10 files changed +10
-0
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) ]
910#![ doc( test( attr( deny( warnings) , allow( internal_features) ) ) ) ]
1011#![ feature( associated_type_defaults) ]
1112#![ 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) ]
56#![ feature( assert_matches) ]
67#![ feature( box_patterns) ]
78#![ 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) ]
34#![ feature( array_try_map) ]
45#![ feature( assert_matches) ]
56#![ 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) ]
78#![ feature( associated_type_defaults) ]
89#![ feature( closure_track_caller) ]
910#![ feature( const_default) ]
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ 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) ]
6263#![ feature( assert_matches) ]
6364#![ feature( gen_blocks) ]
6465#![ feature( if_let_guard) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
22#![ allow( rustc:: diagnostic_outside_of_impl) ]
33#![ allow( rustc:: untranslatable_diagnostic) ]
4+ #![ deny( clippy:: manual_let_else) ]
45#![ feature( assert_matches) ]
56#![ feature( box_patterns) ]
67#![ 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) ]
2526#![ feature( assert_matches) ]
2627#![ feature( box_patterns) ]
2728#![ 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) ]
3334#![ feature( allocator_api) ]
3435#![ feature( assert_matches) ]
3536#![ feature( associated_type_defaults) ]
Original file line number Diff line number Diff line change 88#![ allow( rustc:: direct_use_of_rustc_type_ir) ]
99#![ allow( rustc:: usage_of_type_ir_inherent) ]
1010#![ allow( rustc:: usage_of_type_ir_traits) ]
11+ #![ deny( clippy:: manual_let_else) ]
1112// tidy-alphabetical-end
1213
1314pub mod canonical;
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) ]
1314#![ feature( arbitrary_self_types) ]
1415#![ feature( assert_matches) ]
1516#![ feature( box_patterns) ]
You can’t perform that action at this time.
0 commit comments