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 8
8
#![ feature( iter_intersperse) ]
9
9
#![ feature( iter_partition_in_place) ]
10
10
#![ feature( let_chains) ]
11
- #![ cfg_attr( bootstrap, feature( lint_reasons) ) ]
12
11
#![ feature( never_type) ]
13
12
#![ feature( rustc_private) ]
14
13
#![ feature( stmt_expr_attributes) ]
Original file line number Diff line number Diff line change 5
5
#![ feature( f16) ]
6
6
#![ feature( if_let_guard) ]
7
7
#![ feature( let_chains) ]
8
- #![ cfg_attr( bootstrap, feature( lint_reasons) ) ]
9
8
#![ feature( never_type) ]
10
9
#![ feature( rustc_private) ]
11
10
#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 2
2
#![ allow( rustc:: untranslatable_diagnostic) ]
3
3
#![ feature( rustc_private) ]
4
4
#![ feature( let_chains) ]
5
- #![ cfg_attr( bootstrap, feature( lint_reasons) ) ]
6
5
#![ cfg_attr( feature = "deny-warnings" , deny( warnings) ) ]
7
6
// warn on lints, that are included in `rust-lang/rust`s bootstrap
8
7
#![ warn( rust_2018_idioms, unused_lifetimes) ]
You can’t perform that action at this time.
0 commit comments