mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
1d356624a1
This commit enables implementations of IndexMut for a number of collections, including Vec, RingBuf, SmallIntMap, TrieMap, TreeMap, and HashMap. At the same time this deprecates the `get_mut` methods on vectors in favor of using the indexing notation. cc #18424