Skip to content

Commit fa6e893

Browse files
hkBstgitbot
authored and
gitbot
committed
Fix whitespace
1 parent e939846 commit fa6e893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/vec/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ impl<T, A: Allocator> Vec<T, A> {
25732573

25742574
/// Removes the subslice indicated by the given range from the vector,
25752575
/// returning a double-ended iterator over the removed subslice.
2576-
///
2576+
///
25772577
/// If the iterator is dropped before being fully consumed,
25782578
/// it drops the remaining removed elements.
25792579
///

0 commit comments

Comments
 (0)