File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
unused_lifetimes,
8
8
unused_qualifications
9
9
) ]
10
- #![ allow( clippy:: missing_panics_doc) ]
10
+ #![ allow( clippy:: missing_panics_doc, clippy :: literal_string_with_formatting_arg ) ]
11
11
12
12
// The `rustc_driver` crate seems to be required in order to use the `rust_lexer` crate.
13
13
#[ allow( unused_extern_crates) ]
Original file line number Diff line number Diff line change 17
17
clippy:: missing_docs_in_private_items,
18
18
clippy:: must_use_candidate,
19
19
rustc:: diagnostic_outside_of_impl,
20
- rustc:: untranslatable_diagnostic
20
+ rustc:: untranslatable_diagnostic,
21
+ clippy:: literal_string_with_formatting_arg
21
22
) ]
22
23
#![ warn(
23
24
trivial_casts,
Original file line number Diff line number Diff line change 17
17
#![ allow(
18
18
clippy:: collapsible_else_if,
19
19
clippy:: needless_borrows_for_generic_args,
20
- clippy:: module_name_repetitions
20
+ clippy:: module_name_repetitions,
21
+ clippy:: literal_string_with_formatting_arg
21
22
) ]
22
23
23
24
mod config;
You can’t perform that action at this time.
0 commit comments