Remove unused use statement

This commit is contained in:
Jeena Lee 2016-10-27 15:54:08 -07:00
parent baacc692f0
commit e821da81ce

View file

@ -40,7 +40,6 @@ use std::cell::{Cell, Ref};
use std::rc::Rc;
use url::Url;
use dom::bindings::js::RootedReference;
#[dom_struct]
pub struct Request {
reflector_: Reflector,