diff options
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
