We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676e4f1 commit aea3f8dCopy full SHA for aea3f8d
library/core/src/iter/adapters/chain.rs
@@ -12,7 +12,7 @@ use crate::usize;
12
/// ```
13
/// use std::iter::Chain;
14
/// use std::slice::Iter;
15
-///
+///
16
/// let a1 = [1, 2, 3];
17
/// let a2 = [4, 5, 6];
18
/// let iter: Chain<Iter<_>, Iter<_>> = a1.iter().chain(a2.iter());
0 commit comments