Skip to content

Commit de5a2bb

Browse files
authored
Merge pull request #7267 from cakebaker/cargo_toml_fix_incorrect_lint_name
Cargo.toml: fix incorrect lint name
2 parents 25bfe83 + 02cd31a commit de5a2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ semicolon_if_nothing_returned = "warn"
575575
single_char_pattern = "warn"
576576
explicit_iter_loop = "warn"
577577
if_not_else = "warn"
578-
manual_if_else = "warn"
578+
manual_let_else = "warn"
579579

580580
all = { level = "deny", priority = -1 }
581581
cargo = { level = "warn", priority = -1 }

0 commit comments

Comments
 (0)