Auto merge of #18232 - ferjm:unused.selectoriter, r=emilio

Remove unused SelectorIter import

Follow up of #18225

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18232)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-08-25 11:18:12 -05:00 committed by GitHub
commit d6858ab206

View file

@ -7,7 +7,7 @@
#![deny(missing_docs)]
use attr::NamespaceConstraint;
use parser::{Combinator, Component, SelectorImpl, SelectorIter};
use parser::{Combinator, Component, SelectorImpl};
/// A trait to visit selector properties.
///