mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
auto merge of #1031 : luisbg/servo/master, r=kmcallister
HTMLFormElementTypeId, ElementNodeTypeID and Node are not used anymore in htmlformelement.rs The compiler was giving a warning error about unused imports.
This commit is contained in:
commit
46e81f6caa
1 changed files with 1 additions and 2 deletions
|
@ -3,10 +3,9 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::bindings::utils::{Reflectable, DOMString, ErrorResult};
|
||||
use dom::element::HTMLFormElementTypeId;
|
||||
use dom::htmlcollection::HTMLCollection;
|
||||
use dom::htmlelement::HTMLElement;
|
||||
use dom::node::{AbstractNode, ElementNodeTypeId, Node, ScriptView};
|
||||
use dom::node::{AbstractNode, ScriptView};
|
||||
|
||||
use js::jsapi::{JSObject, JSContext};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue