aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-08-21 09:06:53 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-08-21 09:07:16 +0300
commit70f9ac4af876d631d7b07310983e7491113a5469 (patch)
tree915c23d0f1494fd76fcababaeabbf27737773a5e
parent34b05e8671964fcde178bd803e44b62ec5700113 (diff)
downloadniri-70f9ac4af876d631d7b07310983e7491113a5469.tar.gz
niri-70f9ac4af876d631d7b07310983e7491113a5469.tar.bz2
niri-70f9ac4af876d631d7b07310983e7491113a5469.zip
Allow clippy::new_without_default
It's more annoying than useful
-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