Skip to content

Commit aea3f8d

Browse files
authored
Remove trailing whitespace in iter chain doc
1 parent 676e4f1 commit aea3f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/adapters/chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::usize;
1212
/// ```
1313
/// use std::iter::Chain;
1414
/// use std::slice::Iter;
15-
///
15+
///
1616
/// let a1 = [1, 2, 3];
1717
/// let a2 = [4, 5, 6];
1818
/// let iter: Chain<Iter<_>, Iter<_>> = a1.iter().chain(a2.iter());

0 commit comments

Comments
 (0)