Allow clippy::new_without_default

It's more annoying than useful
This commit is contained in:
Ivan Molodetskikh
2025-08-21 09:06:53 +03:00
parent 34b05e8671
commit 70f9ac4af8
+3
View File
@@ -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