mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Remove unused imports in htmlformelement
This commit is contained in:
parent
89dd9dd8eb
commit
5801f948e3
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