Clippy code cleanup

This commit is contained in:
2026-08-15 13:22:59 +03:00
parent 9917702c4c
commit e676898135
22 changed files with 290 additions and 171 deletions
+4 -3
View File
@@ -22,6 +22,7 @@ zstd = "0.13.3"
zip = "8.6.0"
rfd = "0.17.2"
mimalloc = "0.1.52"
hashbrown = "0.17.1"
[profile.super-release]
inherits = "release"
@@ -32,10 +33,10 @@ strip = true
panic = "abort"
[dev-dependencies]
criterion = "0.8.2"
criterion = { version = "0.8.2", features = ["html_reports"] }
[[bench]]
name = "split_bench" # Имя файла в benches/ без расширения
harness = false # Отключаем стандартный тестовый раннер
name = "map_bench"
harness = false