diff options
Diffstat (limited to 'components/layout/context.rs')
-rw-r--r-- | components/layout/context.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/context.rs b/components/layout/context.rs index 5497fab803c..78eb676e02f 100644 --- a/components/layout/context.rs +++ b/components/layout/context.rs @@ -25,7 +25,7 @@ use std::collections::HashMap; use std::collections::hash_state::DefaultState; use std::rc::Rc; use std::sync::Arc; -use std::sync::mpsc::{channel, Sender}; +use std::sync::mpsc::{Sender, channel}; use style::selector_matching::Stylist; use url::Url; use util::geometry::Au; @@ -216,4 +216,3 @@ impl<'a> LayoutContext<'a> { } } } - |