mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix "unused import" warning (#31485)
This commit is contained in:
parent
e1172d8920
commit
3e6b92df13
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ use servo_url::ServoUrl;
|
|||
use style::str::HTML_SPACE_CHARACTERS;
|
||||
|
||||
use crate::dom::attr::Attr;
|
||||
use crate::dom::bindings::cell::DomRefCell;
|
||||
use crate::dom::bindings::codegen::Bindings::HTMLMetaElementBinding::HTMLMetaElementMethods;
|
||||
use crate::dom::bindings::codegen::Bindings::NodeBinding::NodeMethods;
|
||||
use crate::dom::bindings::codegen::Bindings::WindowBinding::WindowMethods;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue