mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-03-19 02:13:40 +00:00
feat: add correctness clippy lints
This commit is contained in:
parent
aa462b66eb
commit
222e68ac0b
@ -256,3 +256,6 @@ clippy.nursery = { level = "deny", priority = -1 }
|
||||
clippy.future-not-send = "allow"
|
||||
# Reason: this is actually a good lint, but currently it gives a lot of false-positives.
|
||||
clippy.significant-drop-tightening = "allow"
|
||||
|
||||
# Correctness
|
||||
clippy.correctness = { level = "deny", priority = -1 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user