remove the Iterator lang item

This commit is contained in:
Jorge Aparicio 2015-01-23 13:18:20 -05:00
parent bfaf4227b8
commit d4b3e7f09c

View File

@ -325,8 +325,6 @@ lets_do_this! {
NonZeroItem, "non_zero", non_zero;
IteratorItem, "iterator", iterator;
StackExhaustedLangItem, "stack_exhausted", stack_exhausted;
DebugTraitLangItem, "debug_trait", debug_trait;