mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix warnings in style.
This commit is contained in:
parent
99cf9dbfc1
commit
d553bfefbb
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ use selectors::matching::{SelectorMap, Rule};
|
|||
use selectors::matching::DeclarationBlock as GenericDeclarationBlock;
|
||||
use selectors::parser::PseudoElement;
|
||||
use selectors::smallvec::VecLike;
|
||||
use selectors::tree::{TNode, TElement};
|
||||
use selectors::tree::TNode;
|
||||
use util::resource_files::read_resource_file;
|
||||
|
||||
use legacy::PresentationalHintSynthesis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue