Skip to content

Commit e3250a8

Browse files
authored
Remove double blockquote
1 parent ebecd79 commit e3250a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/alloc/src/vec/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,6 @@ impl<T, A: Allocator> Vec<T, A> {
25802580
/// *last = 4;
25812581
/// assert_eq!(vec, [1, 2, 4]);
25822582
/// ```
2583-
/// ```
25842583
///
25852584
/// # Time complexity
25862585
///

0 commit comments

Comments
 (0)