From 8048d67e5917b771be9aa819094aebf3936d0e98 Mon Sep 17 00:00:00 2001 From: main Date: Sat, 4 Apr 2026 21:50:22 -0400 Subject: docs: manifest-own warning fatality --- template/fresh/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'template/fresh') diff --git a/template/fresh/Cargo.toml b/template/fresh/Cargo.toml index 4c6b49f..41a5c1a 100644 --- a/template/fresh/Cargo.toml +++ b/template/fresh/Cargo.toml @@ -11,6 +11,7 @@ rust-version = "1.90" version = "0.1.0" [workspace.lints.rust] +warnings = "deny" elided_lifetimes_in_paths = "deny" unexpected_cfgs = "deny" unsafe_code = "deny" @@ -81,9 +82,6 @@ clippy_command = [ "--workspace", "--all-targets", "--all-features", - "--", - "-D", - "warnings", ] test_command = ["cargo", "test", "--workspace", "--all-targets", "--all-features"] doc_command = ["cargo", "doc", "--workspace", "--all-features", "--no-deps"] -- cgit v1.2.3