aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheets/rules_iterator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/stylesheets/rules_iterator.rs')
-rw-r--r--components/style/stylesheets/rules_iterator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/stylesheets/rules_iterator.rs b/components/style/stylesheets/rules_iterator.rs
index eac6d2084e2..5609e75f215 100644
--- a/components/style/stylesheets/rules_iterator.rs
+++ b/components/style/stylesheets/rules_iterator.rs
@@ -9,8 +9,8 @@ use media_queries::Device;
use shared_lock::SharedRwLockReadGuard;
use smallvec::SmallVec;
use std::slice;
-use stylesheets::{CssRule, DocumentRule, ImportRule, MediaRule, SupportsRule};
use stylesheets::StylesheetInDocument;
+use stylesheets::{CssRule, DocumentRule, ImportRule, MediaRule, SupportsRule};
/// An iterator over a list of rules.
pub struct RulesIterator<'a, 'b, C>