fix(rust): ignore new nightly lint, correct order of lint list
This commit is contained in:
parent
51a800b7df
commit
8938309f4b
1 changed files with 2 additions and 1 deletions
|
|
@ -60,6 +60,8 @@ missing_errors_doc = "allow"
|
|||
missing_panics_doc = "allow"
|
||||
module_name_repetitions = "allow"
|
||||
multiple_crate_versions = "allow"
|
||||
needless_for_each = "allow"
|
||||
obfuscated_if_else = "allow"
|
||||
option_if_let_else = "allow"
|
||||
or_fun_call = "allow"
|
||||
range_plus_one = "allow"
|
||||
|
|
@ -75,7 +77,6 @@ too_many_lines = "allow"
|
|||
unnecessary_wraps = "allow"
|
||||
unused_self = "allow"
|
||||
used_underscore_items = "allow"
|
||||
obfuscated_if_else = "allow"
|
||||
|
||||
[profile.optimize]
|
||||
inherits = "release"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue