Skip to content

Commit 3527bb5

Browse files
authored
Remove empty lines
1 parent 3b9c239 commit 3527bb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/alloc/src/vec/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,8 +1974,6 @@ impl<T, A: Allocator> Vec<T, A> {
19741974
}
19751975
}
19761976

1977-
1978-
19791977
/// Inserts an element at position `index` within the vector, shifting all
19801978
/// elements after it to the right.
19811979
///

0 commit comments

Comments
 (0)