mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix unused import warning in script::dom::bindings::js
This commit is contained in:
parent
252b0d8fa5
commit
eaf4c5e5c5
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