You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-typed-arena1/typed-arena-fix-metadata.diff

17 lines
354 B

--- typed-arena-1.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ typed-arena-1.7.0/Cargo.toml 2022-04-14T19:53:26.130065+00:00
@@ -28,13 +28,6 @@
name = "typed_arena"
path = "src/lib.rs"
-[[bench]]
-name = "benches"
-path = "benches/benches.rs"
-harness = false
-[dev-dependencies.criterion]
-version = "0.3"
-
[features]
default = ["std"]
std = []