mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Get rid of servo_util
This commit is contained in:
parent
19686acdec
commit
559ff68b31
25 changed files with 68 additions and 68 deletions
|
@ -50,7 +50,7 @@ use script::dom::element::ElementTypeId;
|
|||
use script::dom::htmlelement::HTMLElementTypeId;
|
||||
use script::dom::htmlobjectelement::is_image_data;
|
||||
use script::dom::node::NodeTypeId;
|
||||
use servo_util::opts;
|
||||
use util::opts;
|
||||
use std::borrow::ToOwned;
|
||||
use std::collections::DList;
|
||||
use std::mem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue