Skip to content

Commit

Permalink
Bug 1507498 - fixed an unused import warning; r=emilio
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D12028

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Alex Gaynor committed Nov 15, 2018
1 parent 9626dd9 commit 16b6cb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servo/components/style/gecko/selector_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 16b6cb4

Please sign in to comment.