diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-21 09:06:53 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-21 09:07:16 +0300 |
| commit | 70f9ac4af876d631d7b07310983e7491113a5469 (patch) | |
| tree | 915c23d0f1494fd76fcababaeabbf27737773a5e | |
| parent | 34b05e8671964fcde178bd803e44b62ec5700113 (diff) | |
| download | niri-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.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 |
