Skip to content

Commit c282ac8

Browse files
authored
Fix whitespace
1 parent 01d1aef commit c282ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/alloc/src/vec/mod.rs

+1-1
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)