swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/template/fresh
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-04-04 21:50:22 -0400
committermain <main@swarm.moe>2026-04-04 21:50:22 -0400
commit8048d67e5917b771be9aa819094aebf3936d0e98 (patch)
tree467090c90a5f263088a1de701095a040c66733ff /template/fresh
parent4053cb24991c406e53dd04a015ba5dd44c6620f3 (diff)
downloadrust_starter-8048d67e5917b771be9aa819094aebf3936d0e98.zip
docs: manifest-own warning fatality
Diffstat (limited to 'template/fresh')
-rw-r--r--template/fresh/Cargo.toml4
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"]