We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffb9b61 + f05dc95 commit 00a39ccCopy full SHA for 00a39cc
library/core/src/iter/traits/collect.rs
@@ -138,8 +138,6 @@ pub trait FromIterator<A>: Sized {
138
///
139
/// # Examples
140
141
- /// Basic usage:
142
- ///
143
/// ```
144
/// let five_fives = std::iter::repeat(5).take(5);
145
@@ -255,8 +253,6 @@ pub trait IntoIterator {
255
253
256
254
257
258
259
260
261
/// let v = [1, 2, 3];
262
/// let mut iter = v.into_iter();
@@ -363,8 +359,6 @@ pub trait Extend<A> {
363
359
364
360
365
361
366
367
368
362
369
/// // You can extend a String with some chars:
370
/// let mut message = String::from("abc");
0 commit comments