More clippy fixes

This commit is contained in:
2023-11-19 14:45:46 +03:00
parent 6ae745fcd4
commit bfd68194e6
17 changed files with 79 additions and 51 deletions

View File

@@ -11,6 +11,14 @@ strip = true
[workspace]
members = [".", "migration", "entity", "cryptography"]
[workspace.lints.clippy]
pedantic = "warn"
all = "warn"
nursery = "warn"
[lints]
workspace = true
[dependencies]
ahash = "0.8.3"
anyhow = "1"