mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #7267 from cakebaker/cargo_toml_fix_incorrect_lint_name
Cargo.toml: fix incorrect lint name
This commit is contained in:
commit
de5a2bb944
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ semicolon_if_nothing_returned = "warn"
|
||||||
single_char_pattern = "warn"
|
single_char_pattern = "warn"
|
||||||
explicit_iter_loop = "warn"
|
explicit_iter_loop = "warn"
|
||||||
if_not_else = "warn"
|
if_not_else = "warn"
|
||||||
manual_if_else = "warn"
|
manual_let_else = "warn"
|
||||||
|
|
||||||
all = { level = "deny", priority = -1 }
|
all = { level = "deny", priority = -1 }
|
||||||
cargo = { level = "warn", priority = -1 }
|
cargo = { level = "warn", priority = -1 }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue