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 77 unused_lifetimes,
88 unused_qualifications
99) ]
10- #![ allow( clippy:: missing_panics_doc) ]
10+ #![ allow( clippy:: missing_panics_doc, clippy :: literal_string_with_formatting_arg ) ]
1111
1212// The `rustc_driver` crate seems to be required in order to use the `rust_lexer` crate.
1313#[ allow( unused_extern_crates) ]
Original file line number Diff line number Diff line change 1717 clippy:: missing_docs_in_private_items,
1818 clippy:: must_use_candidate,
1919 rustc:: diagnostic_outside_of_impl,
20- rustc:: untranslatable_diagnostic
20+ rustc:: untranslatable_diagnostic,
21+ clippy:: literal_string_with_formatting_arg
2122) ]
2223#![ warn(
2324 trivial_casts,
Original file line number Diff line number Diff line change 1717#![ allow(
1818 clippy:: collapsible_else_if,
1919 clippy:: needless_borrows_for_generic_args,
20- clippy:: module_name_repetitions
20+ clippy:: module_name_repetitions,
21+ clippy:: literal_string_with_formatting_arg
2122) ]
2223
2324mod config;
You can’t perform that action at this time.
0 commit comments