mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Remove extra space from vec drawing
This commit is contained in:
parent
b984ef6797
commit
606ed2a076
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user