Remove extra space from vec drawing

This commit is contained in:
Ivan Tham 2020-09-25 23:20:22 +08:00 committed by GitHub
parent b984ef6797
commit 606ed2a076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;