Skip to content

Commit fa4a7ae

Browse files
hkBstgitbot
authored and
gitbot
committed
Fix whitespace
1 parent 7c4aab9 commit fa4a7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/vec/mod.rs

Lines changed: 1 addition & 1 deletion
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)