We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_disjoint_mut
1 parent 2e363b6 commit 1876e4fCopy full SHA for 1876e4f
CHANGELOG.md
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
- Removed specialization for `Copy` types (#662)
20
- The `get_many_mut` family of methods have been renamed to `get_disjoint_mut`
21
to match the standard library. The old names are still present for now, but
22
- deprecated.
+ deprecated. (#648)
23
- Recognize and use over-sized allocations when using custom allocators. (#523)
24
- Depend on `serde_core` instead of `serde`. (#649)
25
- Optimized `collect` on rayon parallel iterators. (#652)
0 commit comments