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
|
@ -20,9 +20,8 @@ use std::ascii::AsciiExt;
|
|||
use std::sync::Arc;
|
||||
use string_cache::Atom;
|
||||
use style::attr::AttrValue;
|
||||
use style::servo::Stylesheet;
|
||||
use style::str::HTML_SPACE_CHARACTERS;
|
||||
use style::stylesheets::{CSSRule, Origin};
|
||||
use style::stylesheets::{Stylesheet, CSSRule, Origin};
|
||||
use style::viewport::ViewportRule;
|
||||
|
||||
#[dom_struct]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue