We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 584e145 + 216e72f commit b3749b7Copy full SHA for b3749b7
src/libcore/iter.rs
@@ -321,7 +321,6 @@ fn _assert_is_object_safe(_: &Iterator<Item=()>) {}
321
///
322
/// [module-level documentation]: index.html
323
/// [impl]: index.html#implementing-iterator
324
-#[lang = "iterator"]
325
#[stable(feature = "rust1", since = "1.0.0")]
326
#[rustc_on_unimplemented = "`{Self}` is not an iterator; maybe try calling \
327
`.iter()` or a similar method"]
0 commit comments