mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
commit
d6858ab206
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue