Remove trailing whitespace in iter chain doc
This commit is contained in:
parent
676e4f193c
commit
aea3f8dbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use crate::usize;
|
|||
/// ```
|
||||
/// use std::iter::Chain;
|
||||
/// use std::slice::Iter;
|
||||
///
|
||||
///
|
||||
/// let a1 = [1, 2, 3];
|
||||
/// let a2 = [4, 5, 6];
|
||||
/// let iter: Chain<Iter<_>, Iter<_>> = a1.iter().chain(a2.iter());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue