Skip to content

Commit

Permalink
Remove extra space from vec drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Sep 25, 2020
1 parent b984ef6 commit 606ed2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/alloc/src/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,6 @@ impl<T> Extend<T> for Vec<T> {
/// | slice::Iter | | |
/// | Iterator<Item = &Clone> | +---------------------+
/// +---------------------------------+
///
/// ```
trait SpecFromIter<T, I> {
fn from_iter(iter: I) -> Self;
Expand Down

0 comments on commit 606ed2a

Please sign in to comment.