Skip to content

Commit 862b4a0

Browse files
Allow literal_string_with_formatting_arg in lintcheck
1 parent c84a941 commit 862b4a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lintcheck/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
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

2324
mod config;

0 commit comments

Comments
 (0)