mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Tidy
This commit is contained in:
parent
600152bd00
commit
b213daaa88
2 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ use dom::window::Window;
|
|||
use dom_struct::dom_struct;
|
||||
use parking_lot::RwLock;
|
||||
use std::sync::Arc;
|
||||
use style::shared_lock::ToCssWithGuard;
|
||||
use style::font_face::FontFaceRule;
|
||||
use style::shared_lock::ToCssWithGuard;
|
||||
|
||||
#[dom_struct]
|
||||
pub struct CSSFontFaceRule {
|
||||
|
|
|
@ -13,9 +13,9 @@ use dom::cssstylesheet::CSSStyleSheet;
|
|||
use dom::window::Window;
|
||||
use dom_struct::dom_struct;
|
||||
use std::sync::Arc;
|
||||
use style::shared_lock::{SharedRwLock, Locked};
|
||||
use style::media_queries::{MediaQuery, parse_media_query_list};
|
||||
use style::media_queries::MediaList as StyleMediaList;
|
||||
use style::shared_lock::{SharedRwLock, Locked};
|
||||
use style_traits::ToCss;
|
||||
|
||||
#[dom_struct]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue