Skip to content

Commit

Permalink
Rollup merge of #77189 - pickfire:patch-5, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Remove extra space from vec drawing
  • Loading branch information
jonas-schievink committed Sep 25, 2020
2 parents 49bc727 + 606ed2a commit 4e2c52f
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 4e2c52f

Please sign in to comment.