Remove unused imports in script

This commit is contained in:
Kishor Bhat 2016-01-17 12:41:28 +05:30
parent 5a954d2492
commit 1ca2073979
6 changed files with 0 additions and 6 deletions

View file

@ -101,7 +101,6 @@ use std::iter::FromIterator;
use std::ptr;
use std::rc::Rc;
use std::sync::Arc;
use std::sync::mpsc::channel;
use string_cache::{Atom, QualName};
use style::context::ReflowGoal;
use style::restyle_hints::ElementSnapshot;