Skip to content

Commit

Permalink
Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuv…
Browse files Browse the repository at this point in the history
…iper

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

The crate is named `alloc` so this makes more sense. Ig this is fallout from #42648?
  • Loading branch information
matthiaskrgr authored Nov 28, 2023
2 parents 787f1a6 + 865ab92 commit 7dbbffd
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 7dbbffd

Please sign in to comment.