Remove unused imports in layout

This commit is contained in:
Kishor Bhat 2016-01-17 13:09:03 +05:30
parent 5a954d2492
commit 4c5eeb1f58
4 changed files with 2 additions and 4 deletions

View file

@ -22,7 +22,7 @@ use std::cell::{RefCell, RefMut};
use std::collections::HashMap;
use std::collections::hash_state::DefaultState;
use std::rc::Rc;
use std::sync::mpsc::{Sender, channel};
use std::sync::mpsc::Sender;
use std::sync::{Arc, Mutex};
use style::context::{LocalStyleContext, SharedStyleContext, StyleContext};
use style::matching::{ApplicableDeclarationsCache, StyleSharingCandidateCache};