File bumpalo-fix-metadata.diff of Package rust-bumpalo
--- bumpalo-3.15.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ bumpalo-3.15.4/Cargo.toml 2024-03-08T09:20:35.722924+00:00 @@ -40,24 +40,10 @@ path = "src/lib.rs" bench = false -[[test]] -name = "try_alloc" -path = "tests/try_alloc.rs" -harness = false - -[[bench]] -name = "benches" -path = "benches/benches.rs" -harness = false -required-features = ["collections"] - [dependencies.allocator-api2] version = "0.2.8" optional = true default-features = false - -[dev-dependencies.criterion] -version = "0.3.6" [dev-dependencies.quickcheck] version = "1.0.3"