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.
1 parent 98d5283 commit bd70229Copy full SHA for bd70229
CHANGELOG.md
@@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
- Added `retain_mut` to `Deque`
20
- Added `into_raw` to `Box`
21
- Added `from_raw` to `Box`
22
+- Added `FusedIterator` to `vec::IntoIter`, `deque::IntoIter`, `index_map::IntoIter` and `linear_map::IntoIter`.
23
+- Added `ExactSizeIterator` to `vec::IntoIter`, `deque::IntoIter`, `index_map::IntoIter` and `linear_map::IntoIter`.
24
+- Added `DoubleEndedIterator` to `vec::IntoIter` and `deque::IntoIter`.
25
26
## [v0.9.1] - 2025-08-19
27
0 commit comments