Skip to content

Commit

Permalink
Remove unused SelectorIter import
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Aug 25, 2017
1 parent 69e28f0 commit 4119584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/selectors/visitor.rs
Expand Up @@ -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.
///
Expand Down

0 comments on commit 4119584

Please sign in to comment.