1
Fork 0
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:
Sylvestre Ledru 2025-02-04 16:48:06 +01:00 committed by GitHub
commit de5a2bb944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -575,7 +575,7 @@ semicolon_if_nothing_returned = "warn"
single_char_pattern = "warn"
explicit_iter_loop = "warn"
if_not_else = "warn"
manual_if_else = "warn"
manual_let_else = "warn"
all = { level = "deny", priority = -1 }
cargo = { level = "warn", priority = -1 }