Skip to content

Commit 325c676

Browse files
committed
Remove mention of Slice/SliceMut traits from IterMut documentation
These don't exist anymore.
1 parent adaf8e6 commit 325c676

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libcore/slice/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -2706,9 +2706,7 @@ impl<'a, T> IterMut<'a, T> {
27062706
/// View the underlying data as a subslice of the original data.
27072707
///
27082708
/// To avoid creating `&mut` references that alias, this is forced
2709-
/// to consume the iterator. Consider using the `Slice` and
2710-
/// `SliceMut` implementations for obtaining slices with more
2711-
/// restricted lifetimes that do not consume the iterator.
2709+
/// to consume the iterator.
27122710
///
27132711
/// # Examples
27142712
///

0 commit comments

Comments
 (0)