File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- 384b02c0825cefa59f2e8a99a33d9a5344959079
1
+ b5c46dc5426038a49c95398bce30eeb20ec421e2
Original file line number Diff line number Diff line change 2
2
#![ allow(
3
3
clippy:: manual_range_contains,
4
4
clippy:: useless_format,
5
- clippy:: field_reassign_with_default
5
+ clippy:: field_reassign_with_default,
6
+ rustc:: diagnostic_outside_of_impl,
7
+ rustc:: untranslatable_diagnostic
6
8
) ]
7
9
8
10
extern crate rustc_data_structures;
Original file line number Diff line number Diff line change 10
10
#![ feature( nonzero_ops) ]
11
11
#![ feature( let_chains) ]
12
12
#![ feature( lint_reasons) ]
13
- #![ cfg_attr ( not ( bootstrap ) , feature( trait_upcasting) ) ]
13
+ #![ feature( trait_upcasting) ]
14
14
// Configure clippy and other lints
15
15
#![ allow(
16
16
clippy:: collapsible_else_if,
33
33
clippy:: bool_to_int_with_if,
34
34
clippy:: box_default,
35
35
clippy:: needless_question_mark,
36
+ rustc:: diagnostic_outside_of_impl,
36
37
// We are not implementing queries here so it's fine
37
- rustc:: potential_query_instability
38
+ rustc:: potential_query_instability,
39
+ rustc:: untranslatable_diagnostic,
38
40
) ]
39
41
#![ warn(
40
42
rust_2018_idioms,
You can’t perform that action at this time.
0 commit comments