aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_matching.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/selector_matching.rs')
-rw-r--r--components/style/selector_matching.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/selector_matching.rs b/components/style/selector_matching.rs
index 4faf9aa0eb4..c1989348f50 100644
--- a/components/style/selector_matching.rs
+++ b/components/style/selector_matching.rs
@@ -7,9 +7,9 @@
use dom::PresentationalHintsSynthetizer;
use element_state::*;
-use error_reporting::{ParseErrorReporter, StdoutErrorReporter};
+use error_reporting::StdoutErrorReporter;
use media_queries::{Device, MediaType};
-use properties::{self, ComputedValues, PropertyDeclaration, PropertyDeclarationBlock};
+use properties::{self, PropertyDeclaration, PropertyDeclarationBlock};
use restyle_hints::{ElementSnapshot, RestyleHint, DependencySet};
use selector_impl::{SelectorImplExt, ServoSelectorImpl};
use selectors::Element;