mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #1481 : Ms2ger/servo/unused-imports-2, r=metajack
This commit is contained in:
commit
99f24fbd40
1 changed files with 0 additions and 2 deletions
|
@ -5,10 +5,8 @@
|
||||||
use dom::bindings::codegen::HTMLDocumentBinding;
|
use dom::bindings::codegen::HTMLDocumentBinding;
|
||||||
use dom::bindings::utils::{Reflectable, Reflector, Traceable};
|
use dom::bindings::utils::{Reflectable, Reflector, Traceable};
|
||||||
use dom::document::{AbstractDocument, Document, HTML};
|
use dom::document::{AbstractDocument, Document, HTML};
|
||||||
use dom::element::HTMLHeadElementTypeId;
|
|
||||||
use dom::htmlcollection::HTMLCollection;
|
use dom::htmlcollection::HTMLCollection;
|
||||||
use dom::namespace::Null;
|
use dom::namespace::Null;
|
||||||
use dom::node::{AbstractNode, ElementNodeTypeId};
|
|
||||||
use dom::window::Window;
|
use dom::window::Window;
|
||||||
|
|
||||||
use js::jsapi::JSTracer;
|
use js::jsapi::JSTracer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue