Fix clippy and track in CI
`flake check` will run clippy.
This commit is contained in:
parent
654addc555
commit
351a206776
13 changed files with 82 additions and 50 deletions
|
|
@ -8,3 +8,12 @@ members = [
|
|||
"nix-bindings-util",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.lints.rust]
|
||||
warnings = "deny"
|
||||
dead-code = "allow"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
type-complexity = "allow"
|
||||
# We're still trying to make Nix more thread-safe, want forward-compat
|
||||
arc-with-non-send-sync = "allow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue