Clippy code cleanup
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user