mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
commit
9c6e6cb8d8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue