Fix 1 new Clippy warning

I don't like the other ones
This commit is contained in:
Ivan Molodetskikh
2026-04-18 08:17:44 +03:00
parent c814c656c5
commit 10995ec62c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -150,6 +150,7 @@ dinit = []
[lints.clippy]
new_without_default = "allow"
collapsible_match = "allow"
[profile.release]
debug = "line-tables-only"