Skip to content

Commit 865ab92

Browse files
committed
Rename {collections=>alloc}{tests,benches}
1 parent 274b524 commit 865ab92

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)