Skip to content

Commit

Permalink
Unrolled build for rust-lang#118314
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
rust-timer authored Nov 28, 2023
2 parents e06c94d + 865ab92 commit 5f09f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f09f08

Please sign in to comment.