Skip to content

Commit

Permalink
Auto merge of rust-lang#102698 - michaelwoerister:unord-collections, …
Browse files Browse the repository at this point in the history
…r=lncr

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 6058549 + c10f187 commit fc6741c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit fc6741c

Please sign in to comment.