fix(rust): ignore obfuscated_if_else lint
(cherry picked from commit 91274f47e4)
This commit is contained in:
parent
41413e7a71
commit
a3f86b1fa9
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ 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