Skip to content

Commit

Permalink
Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr
Browse files Browse the repository at this point in the history
Introduce UnordMap, UnordSet, and UnordBag (MCP 533)

This is the start of implementing [MCP 533](rust-lang/compiler-team#533).

I followed `@eddyb's` suggestion of naming the collection types `Unord(Map/Set/Bag)` which is a bit easier to type than `Unordered(Map/Set/Bag)`

r? `@eddyb`
  • Loading branch information
bors committed Oct 29, 2022
2 parents 038436e + 32d85ee commit 28c6174
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 28c6174

Please sign in to comment.