Skip to content

Commit b3749b7

Browse files
committed
Rollup merge of #30808 - GuillaumeGomez:remove_lang_iter, r=alexcrichton
Fixes #30803 r? @nagisa
2 parents 584e145 + 216e72f commit b3749b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/iter.rs

-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ fn _assert_is_object_safe(_: &Iterator<Item=()>) {}
321321
///
322322
/// [module-level documentation]: index.html
323323
/// [impl]: index.html#implementing-iterator
324-
#[lang = "iterator"]
325324
#[stable(feature = "rust1", since = "1.0.0")]
326325
#[rustc_on_unimplemented = "`{Self}` is not an iterator; maybe try calling \
327326
`.iter()` or a similar method"]

0 commit comments

Comments
 (0)