fix(rust): ignore new mismatched-lifetime-syntaxes lint
(cherry picked from commit 46a0e94de7)
This commit is contained in:
parent
362419836e
commit
dbbe8c642d
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue