Skip to content

Commit 78741e5

Browse files
committed
chore: Remove lints that lead to bad code
1 parent 51de731 commit 78741e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ let_and_return = "allow" # sometimes good to name what you are returning
5858
linkedlist = "warn"
5959
lossy_float_literal = "warn"
6060
macro_use_imports = "warn"
61-
match_wildcard_for_single_variants = "warn"
6261
mem_forget = "warn"
6362
mutex_integer = "warn"
6463
needless_continue = "warn"
@@ -73,7 +72,6 @@ rest_pat_in_fully_bound_structs = "warn"
7372
same_functions_in_if_condition = "warn"
7473
self_named_module_files = "warn"
7574
semicolon_if_nothing_returned = "warn"
76-
single_match_else = "warn"
7775
str_to_string = "warn"
7876
string_add = "warn"
7977
string_add_assign = "warn"

0 commit comments

Comments
 (0)