mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Removes unused imports
Signed-off-by: lfpraca <luisfelippe@protonmail.com>
This commit is contained in:
parent
df46e51822
commit
415f75d5fc
1 changed files with 0 additions and 2 deletions
|
@ -19,9 +19,7 @@ use crate::dom::bindings::root::{Dom, DomRoot, MutNullableDom};
|
|||
use crate::dom::bindings::str::DOMString;
|
||||
use crate::dom::characterdata::CharacterData;
|
||||
use crate::dom::document::Document;
|
||||
use crate::dom::element::Element;
|
||||
use crate::dom::eventtarget::EventTarget;
|
||||
use crate::dom::htmlscriptelement::HTMLScriptElement;
|
||||
use crate::dom::node::{Node, NodeTraits};
|
||||
use crate::dom::range::Range;
|
||||
use crate::dom::text::Text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue