Remove commented-out dev-dependencies from Cargo.toml

This commit is contained in:
Palash Tyagi 2025-07-16 19:14:45 -04:00
parent eb9de0a647
commit c13fcc99f7

View File

@ -19,9 +19,6 @@ rand = "^0.9.1"
[features]
bench = ["dep:criterion"]
# [dev-dependencies]
# criterion = { version = "0.5", features = ["html_reports"], optional = true }
[[bench]]
name = "benchmarks"
harness = false