fix(rust): ignore obfuscated_if_else lint

This commit is contained in:
Will Lillis 2025-05-03 02:15:58 -04:00 committed by Christian Clason
parent bfc5d1180c
commit 91274f47e4

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"