We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51de731 commit 78741e5Copy full SHA for 78741e5
Cargo.toml
@@ -58,7 +58,6 @@ let_and_return = "allow" # sometimes good to name what you are returning
58
linkedlist = "warn"
59
lossy_float_literal = "warn"
60
macro_use_imports = "warn"
61
-match_wildcard_for_single_variants = "warn"
62
mem_forget = "warn"
63
mutex_integer = "warn"
64
needless_continue = "warn"
@@ -73,7 +72,6 @@ rest_pat_in_fully_bound_structs = "warn"
73
72
same_functions_in_if_condition = "warn"
74
self_named_module_files = "warn"
75
semicolon_if_nothing_returned = "warn"
76
-single_match_else = "warn"
77
str_to_string = "warn"
78
string_add = "warn"
79
string_add_assign = "warn"
0 commit comments