diff options
Diffstat (limited to 'components/style/context.rs')
-rw-r--r-- | components/style/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/context.rs b/components/style/context.rs index f1c5ac3f307..f25094140fa 100644 --- a/components/style/context.rs +++ b/components/style/context.rs @@ -13,8 +13,8 @@ use matching::{ApplicableDeclarationsCache, StyleSharingCandidateCache}; use selector_matching::Stylist; use std::cell::RefCell; use std::collections::HashMap; -use std::sync::mpsc::Sender; use std::sync::{Arc, Mutex, RwLock}; +use std::sync::mpsc::Sender; use timer::Timer; /// This structure is used to create a local style context from a shared one. |