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

This commit is contained in:
Will Lillis 2025-08-07 18:38:05 -04:00 committed by Christian Clason
parent 2368af52ea
commit 46a0e94de7

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.