chore: explicitly warn on unlined format args
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I1acb42eee9555413444282b1e6744fd66a6a6964
This commit is contained in:
parent
687a935064
commit
81f4ed25bb
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ std_instead_of_core = "allow"
|
||||||
too_long_first_doc_paragraph = "allow"
|
too_long_first_doc_paragraph = "allow"
|
||||||
too_many_lines = "allow"
|
too_many_lines = "allow"
|
||||||
undocumented_unsafe_blocks = "warn"
|
undocumented_unsafe_blocks = "warn"
|
||||||
|
uninlined_format_args = "warn"
|
||||||
unnecessary_safety_comment = "warn"
|
unnecessary_safety_comment = "warn"
|
||||||
unused_result_ok = "warn"
|
unused_result_ok = "warn"
|
||||||
unused_trait_names = "allow"
|
unused_trait_names = "allow"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue