fix(rust): ignore new mismatched-lifetime-syntaxes lint
This commit is contained in:
parent
2368af52ea
commit
46a0e94de7
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ unnecessary_wraps = "allow"
|
||||||
unused_self = "allow"
|
unused_self = "allow"
|
||||||
used_underscore_items = "allow"
|
used_underscore_items = "allow"
|
||||||
|
|
||||||
|
[workspace.lints.rust]
|
||||||
|
mismatched_lifetime_syntaxes = "allow"
|
||||||
|
|
||||||
[profile.optimize]
|
[profile.optimize]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
strip = true # Automatically strip symbols from the binary.
|
strip = true # Automatically strip symbols from the binary.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue