Remove unneeded #[lang = "iterator"]

This commit is contained in:
Guillaume Gomez 2016-01-10 16:54:04 +01:00
parent d70ab2bdf1
commit 216e72f8d9
1 changed files with 0 additions and 1 deletions

View File

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