aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheets/rule_parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/stylesheets/rule_parser.rs')
-rw-r--r--components/style/stylesheets/rule_parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/stylesheets/rule_parser.rs b/components/style/stylesheets/rule_parser.rs
index 33190c578b4..a3ec24174ed 100644
--- a/components/style/stylesheets/rule_parser.rs
+++ b/components/style/stylesheets/rule_parser.rs
@@ -9,7 +9,7 @@ use crate::error_reporting::ContextualParseError;
use crate::font_face::parse_font_face_block;
use crate::media_queries::MediaList;
use crate::parser::{Parse, ParserContext};
-use crate::properties::{parse_property_declaration_list};
+use crate::properties::parse_property_declaration_list;
use crate::selector_parser::{SelectorImpl, SelectorParser};
use crate::shared_lock::{Locked, SharedRwLock};
use crate::str::starts_with_ignore_ascii_case;