chore: use workspace-wide lints (#3352)

* chore: use workspace-wide lints

* respond to review
This commit is contained in:
SteveLauC
2024-02-22 09:01:10 +08:00
committed by GitHub
parent 860b1e9d9e
commit e9a2b0a9ee
60 changed files with 178 additions and 11 deletions

View File

@@ -66,6 +66,11 @@ version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
[workspace.lints]
clippy.print_stdout = "warn"
clippy.print_sterr = "warn"
clippy.implicit_clone = "warn"
[workspace.dependencies]
ahash = { version = "0.8", features = ["compile-time-rng"] }
aquamarine = "0.3"