diff options
author | Alex Gaynor <agaynor@mozilla.com> | 2018-11-15 16:42:54 +0000 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-11-17 09:56:05 +0100 |
commit | cd75cd6a86cbae850d8927c7c0772fb68582d25a (patch) | |
tree | e583893ae3ab6eec436e0404ed20ced7df4ec022 /components | |
parent | ebb57eff22f102579c6e7ce261b4806e31f4efde (diff) | |
download | servo-cd75cd6a86cbae850d8927c7c0772fb68582d25a.tar.gz servo-cd75cd6a86cbae850d8927c7c0772fb68582d25a.zip |
style: fixed an unused import warning.
Differential Revision: https://phabricator.services.mozilla.com/D12028
Diffstat (limited to 'components')
-rw-r--r-- | components/style/gecko/selector_parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/gecko/selector_parser.rs b/components/style/gecko/selector_parser.rs index 1871d60a0b2..cde467b8335 100644 --- a/components/style/gecko/selector_parser.rs +++ b/components/style/gecko/selector_parser.rs @@ -5,7 +5,6 @@ //! Gecko-specific bits for selector-parsing. use crate::element_state::{DocumentState, ElementState}; -use crate::gecko_bindings::structs; use crate::gecko_bindings::structs::RawServoSelectorList; use crate::gecko_bindings::sugar::ownership::{HasBoxFFI, HasFFI, HasSimpleFFI}; use crate::invalidation::element::document_state::InvalidationMatchingData; |