Skip to content

Commit 36d426a

Browse files
hkBstgitbot
authored and
gitbot
committed
Fix whitespace
1 parent 8ffe65b commit 36d426a

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
@@ -2576,7 +2576,7 @@ impl<T, A: Allocator> Vec<T, A> {
25762576

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

0 commit comments

Comments
 (0)