Skip to content

Commit 7dbbffd

Browse files
authored
Rollup merge of rust-lang#118314 - WaffleLapkin:rename_collectionstests, r=cuviper
Rename `{collections=>alloc}{tests,benches}` The crate is named `alloc` so this makes more sense. Ig this is fallout from rust-lang#42648?
2 parents 787f1a6 + 865ab92 commit 7dbbffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/alloc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
1717
rand_xorshift = "0.3.0"
1818

1919
[[test]]
20-
name = "collectionstests"
20+
name = "alloctests"
2121
path = "tests/lib.rs"
2222

2323
[[bench]]
24-
name = "collectionsbenches"
24+
name = "allocbenches"
2525
path = "benches/lib.rs"
2626
test = true
2727

0 commit comments

Comments
 (0)