Rename `{collections=>alloc}{tests,benches}`

This commit is contained in:
Maybe Waffle 2023-11-26 12:04:56 +00:00
parent 274b5249eb
commit 865ab921ab
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
rand_xorshift = "0.3.0"
[[test]]
name = "collectionstests"
name = "alloctests"
path = "tests/lib.rs"
[[bench]]
name = "collectionsbenches"
name = "allocbenches"
path = "benches/lib.rs"
test = true