Auto merge of #11204 - mbrubeck:warnings, r=Manishearth

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

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11204)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-16 10:40:17 -07:00
commit 9c6e6cb8d8

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;