mirror of https://github.com/rust-lang/rust.git
Rename `{collections=>alloc}{tests,benches}`
This commit is contained in:
parent
274b5249eb
commit
865ab921ab
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue