mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -8,7 +8,7 @@ use std::{fmt, slice};
|
|||
|
||||
use atomic_refcell::{AtomicRef, AtomicRefMut};
|
||||
use embedder_traits::UntrustedNodeAddress;
|
||||
use html5ever::{LocalName, Namespace, local_name, namespace_url, ns};
|
||||
use html5ever::{LocalName, Namespace, local_name, ns};
|
||||
use js::jsapi::JSObject;
|
||||
use script_layout_interface::wrapper_traits::{
|
||||
LayoutNode, ThreadSafeLayoutElement, ThreadSafeLayoutNode,
|
||||
|
|
|
@ -10,7 +10,7 @@ use std::sync::Arc as StdArc;
|
|||
|
||||
use base::id::{BrowsingContextId, PipelineId};
|
||||
use fonts_traits::ByteIndex;
|
||||
use html5ever::{local_name, namespace_url, ns};
|
||||
use html5ever::{local_name, ns};
|
||||
use pixels::{Image, ImageMetadata};
|
||||
use range::Range;
|
||||
use script_layout_interface::wrapper_traits::{LayoutDataTrait, LayoutNode, ThreadSafeLayoutNode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue