diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/fresh/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
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"] |