Skip to content

Commit d4b3e7f

Browse files
author
Jorge Aparicio
committed
remove the Iterator lang item
1 parent bfaf422 commit d4b3e7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/middle/lang_items.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ lets_do_this! {
325325

326326
NonZeroItem, "non_zero", non_zero;
327327

328-
IteratorItem, "iterator", iterator;
329-
330328
StackExhaustedLangItem, "stack_exhausted", stack_exhausted;
331329

332330
DebugTraitLangItem, "debug_trait", debug_trait;

0 commit comments

Comments
 (0)