fix(rust): ignore new mismatched-lifetime-syntaxes lint

(cherry picked from commit 46a0e94de7)
This commit is contained in:
Will Lillis 2025-08-07 18:38:05 -04:00 committed by ObserverOfTime
parent 362419836e
commit dbbe8c642d

View file

@ -78,6 +78,9 @@ unnecessary_wraps = "allow"
unused_self = "allow"
used_underscore_items = "allow"
[workspace.lints.rust]
mismatched_lifetime_syntaxes = "allow"
[profile.optimize]
inherits = "release"
strip = true # Automatically strip symbols from the binary.