mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
fix(rust): ignore new mismatched-lifetime-syntaxes lint
This commit is contained in:
parent
2368af52ea
commit
46a0e94de7
|
|
@ -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…
Reference in a new issue