mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove some type aliases that are now just re-exports.
This commit is contained in:
parent
5c70dfab01
commit
6d0e48f6cc
40 changed files with 50 additions and 83 deletions
|
@ -6,12 +6,7 @@ use element_state::ElementState;
|
|||
use selector_impl::{PseudoElementCascadeType, SelectorImplExt};
|
||||
use selectors::parser::{ParserContext, SelectorImpl};
|
||||
use string_cache::Atom;
|
||||
|
||||
pub type Stylist = ::selector_matching::Stylist;
|
||||
pub type Stylesheet = ::stylesheets::Stylesheet;
|
||||
pub type SharedStyleContext = ::context::SharedStyleContext;
|
||||
pub type PrivateStyleData = ::data::PrivateStyleData;
|
||||
pub type Animation = ::animation::Animation;
|
||||
use stylesheets::Stylesheet;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct GeckoSelectorImpl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue