From b5dfee94f1b3e10c573e2e586ffec933f7fce798 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Thu, 22 Feb 2024 16:42:51 +0800 Subject: [PATCH] fix: typo in lint config Signed-off-by: Ruihang Xia --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1525f0c9fbbd..742681bb6a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }