fix(rust): ignore obfuscated_if_else lint

(cherry picked from commit 91274f47e4)
This commit is contained in:
Will Lillis 2025-05-03 02:15:58 -04:00 committed by Christian Clason
parent 41413e7a71
commit a3f86b1fa9

View file

@ -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"