1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Cargo.toml: fix incorrect lint name

This commit is contained in:
Daniel Hofstetter 2025-02-04 16:09:58 +01:00
parent 25bfe839be
commit 02cd31a4d9

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 }