mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove unused SelectorIter import
This commit is contained in:
parent
69e28f0709
commit
4119584c55
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
use attr::NamespaceConstraint;
|
use attr::NamespaceConstraint;
|
||||||
use parser::{Combinator, Component, SelectorImpl, SelectorIter};
|
use parser::{Combinator, Component, SelectorImpl};
|
||||||
|
|
||||||
/// A trait to visit selector properties.
|
/// A trait to visit selector properties.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue