fix: typo in lint config (#3358)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2024-02-22 16:56:33 +08:00
committed by GitHub
parent 8289b0dec2
commit f26505b625

View File

@@ -68,8 +68,9 @@ license = "Apache-2.0"
[workspace.lints]
clippy.print_stdout = "warn"
clippy.print_sterr = "warn"
clippy.print_stderr = "warn"
clippy.implicit_clone = "warn"
rust.unknown_lints = "deny"
[workspace.dependencies]
ahash = { version = "0.8", features = ["compile-time-rng"] }