We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70ab2b commit 216e72fCopy full SHA for 216e72f
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