mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -18,7 +18,7 @@ use std::sync::mpsc::{Receiver, Sender};
|
|||
use string_cache::Atom;
|
||||
use style::context::ReflowGoal;
|
||||
use style::selector_impl::PseudoElement;
|
||||
use style::servo::Stylesheet;
|
||||
use style::stylesheets::Stylesheet;
|
||||
use url::Url;
|
||||
use util::ipc::OptionalOpaqueIpcSender;
|
||||
use {OpaqueStyleAndLayoutData, TrustedNodeAddress};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue