Enable unused_async clippy lint
This commit is contained in:
parent
fd519ff7f1
commit
d095a4fd3b
20 changed files with 60 additions and 64 deletions
|
|
@ -929,7 +929,6 @@ single_match_else = { level = "allow", priority = 1 }
|
|||
struct_excessive_bools = { level = "allow", priority = 1 }
|
||||
struct_field_names = { level = "allow", priority = 1 }
|
||||
unnecessary_wraps = { level = "allow", priority = 1 }
|
||||
unused_async = { level = "allow", priority = 1 }
|
||||
|
||||
###################
|
||||
perf = { level = "warn", priority = -1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue