Fix unused import warning in script::dom::bindings::js

This commit is contained in:
Matt Brubeck 2016-05-16 09:19:55 -07:00
parent 252b0d8fa5
commit eaf4c5e5c5

View file

@ -38,6 +38,7 @@ use script_thread::STACK_ROOTS;
use std::cell::UnsafeCell;
use std::default::Default;
use std::hash::{Hash, Hasher};
#[cfg(debug_assertions)]
use std::intrinsics::type_name;
use std::mem;
use std::ops::Deref;