Skip to content

Commit

Permalink
style: Remove an unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 17, 2018
1 parent 376aafc commit f5c85a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/style/stylesheets/rules_iterator.rs
Expand Up @@ -11,7 +11,6 @@ use smallvec::SmallVec;
use std::slice;
use stylesheets::{CssRule, DocumentRule, ImportRule, MediaRule, SupportsRule};
use stylesheets::StylesheetInDocument;
use stylesheets::import_rule::ImportSheet;

/// An iterator over a list of rules.
pub struct RulesIterator<'a, 'b, C>
Expand Down

0 comments on commit f5c85a8

Please sign in to comment.