X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_data_structures%2Fsrc%2Fsso%2Feither_iter.rs;h=bca6c0955b905f8732fb72b598fc75e62d924152;hb=9bc69925cb4a1391a9a41411c56ae059877bf8fb;hp=131eeef4582de6fc35df95d90470cf9881bf48e1;hpb=a161a7b654083a881b22908a475988bcc3221a79;p=rust.git diff --git a/compiler/rustc_data_structures/src/sso/either_iter.rs b/compiler/rustc_data_structures/src/sso/either_iter.rs index 131eeef4582..bca6c0955b9 100644 --- a/compiler/rustc_data_structures/src/sso/either_iter.rs +++ b/compiler/rustc_data_structures/src/sso/either_iter.rs @@ -1,7 +1,5 @@ use std::fmt; -use std::iter::ExactSizeIterator; use std::iter::FusedIterator; -use std::iter::Iterator; /// Iterator which may contain instance of /// one of two specific implementations.