mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Use version of markup5ever
with web_atoms
crate (#36542)
Upgrades `markup5ever` and fixes "unnecessary import" lints. See https://github.com/servo/html5ever/pull/599 And https://github.com/servo/stylo/pull/173 Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
7787cab521
commit
c792e6db7c
55 changed files with 69 additions and 64 deletions
|
@ -21,7 +21,7 @@ use dom_struct::dom_struct;
|
|||
use embedder_traits::UntrustedNodeAddress;
|
||||
use euclid::default::{Rect, Size2D, Vector2D};
|
||||
use html5ever::serialize::HtmlSerializer;
|
||||
use html5ever::{Namespace, Prefix, QualName, namespace_url, ns, serialize as html_serialize};
|
||||
use html5ever::{Namespace, Prefix, QualName, ns, serialize as html_serialize};
|
||||
use js::jsapi::JSObject;
|
||||
use js::rust::HandleObject;
|
||||
use libc::{self, c_void, uintptr_t};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue