clippy: println_empty_string & non_minimal_cfg (#36614)
- **clippy: Fix println-empty-string** - **clippy: non-minimal-cfg** Related to #36577 Release Notes: - N/A
This commit is contained in:
parent
b6722ca3c8
commit
74ce543d8b
5 changed files with 3 additions and 16 deletions
|
@ -900,6 +900,7 @@ needless_parens_on_range_literals = "warn"
|
|||
needless_pub_self = "warn"
|
||||
needless_return = "warn"
|
||||
needless_return_with_question_mark = "warn"
|
||||
non_minimal_cfg = "warn"
|
||||
ok_expect = "warn"
|
||||
owned_cow = "warn"
|
||||
print_literal = "warn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue