mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
Allow unnecessary wraps and similar names lints
This commit is contained in:
parent
13309baffa
commit
34e1165013
1 changed files with 3 additions and 1 deletions
|
@ -50,8 +50,10 @@ cast_possible_wrap = { level = "allow", priority = 1 }
|
||||||
cast_precision_loss = { level = "allow", priority = 1 }
|
cast_precision_loss = { level = "allow", priority = 1 }
|
||||||
cast_sign_loss = { level = "allow", priority = 1 }
|
cast_sign_loss = { level = "allow", priority = 1 }
|
||||||
|
|
||||||
unreadable_literal = { level = "allow", priority = 1 }
|
similar_names = { level = "allow", priority = 1 }
|
||||||
|
unnecessary_wraps = { level = "allow", priority = 1 }
|
||||||
unnested_or_patterns = { level = "allow", priority = 1 }
|
unnested_or_patterns = { level = "allow", priority = 1 }
|
||||||
|
unreadable_literal = { level = "allow", priority = 1 }
|
||||||
|
|
||||||
multiple_crate_versions = { level = "allow", priority = 1 }
|
multiple_crate_versions = { level = "allow", priority = 1 }
|
||||||
module_inception = { level = "allow", priority = 1 }
|
module_inception = { level = "allow", priority = 1 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue