mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: Remove lints that lead to bad code
This commit is contained in:
parent
51de731521
commit
78741e51bb
1 changed files with 0 additions and 2 deletions
|
@ -58,7 +58,6 @@ let_and_return = "allow" # sometimes good to name what you are returning
|
|||
linkedlist = "warn"
|
||||
lossy_float_literal = "warn"
|
||||
macro_use_imports = "warn"
|
||||
match_wildcard_for_single_variants = "warn"
|
||||
mem_forget = "warn"
|
||||
mutex_integer = "warn"
|
||||
needless_continue = "warn"
|
||||
|
@ -73,7 +72,6 @@ rest_pat_in_fully_bound_structs = "warn"
|
|||
same_functions_in_if_condition = "warn"
|
||||
self_named_module_files = "warn"
|
||||
semicolon_if_nothing_returned = "warn"
|
||||
single_match_else = "warn"
|
||||
str_to_string = "warn"
|
||||
string_add = "warn"
|
||||
string_add_assign = "warn"
|
||||
|
|
Loading…
Reference in a new issue