diff options
author | Kishor Bhat <kishorbhat@gmail.com> | 2016-01-17 12:41:28 +0530 |
---|---|---|
committer | Kishor Bhat <kishorbhat@gmail.com> | 2016-01-17 12:41:28 +0530 |
commit | 1ca2073979a6223d97a6e8f5d5ebe03a00a7e249 (patch) | |
tree | 3608d483daedcc888d9ea86ab2c93c626c695f22 /components/script/dom/document.rs | |
parent | 5a954d2492195aab2f3bd5a8d2775ef5c586689d (diff) | |
download | servo-1ca2073979a6223d97a6e8f5d5ebe03a00a7e249.tar.gz servo-1ca2073979a6223d97a6e8f5d5ebe03a00a7e249.zip |
Remove unused imports in script
Diffstat (limited to 'components/script/dom/document.rs')
-rw-r--r-- | components/script/dom/document.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/document.rs b/components/script/dom/document.rs index 7d117108373..b6e1ce8bde0 100644 --- a/components/script/dom/document.rs +++ b/components/script/dom/document.rs @@ -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; |