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 |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| oneshot.rs | ||
| select.rs | ||
| shared.rs | ||
| stream.rs | ||
| sync.rs | ||