aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 395eafd2..5b6e9051 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -139,6 +139,9 @@ profile-with-tracy-allocations = ["profile-with-tracy"]
# Enables dinit integration (global environment).
dinit = []
+[lints.clippy]
+new_without_default = "allow"
+
[profile.release]
debug = "line-tables-only"
overflow-checks = true