mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -18,9 +18,7 @@ use html5ever::tokenizer::{Tokenizer as HtmlTokenizer, TokenizerOpts};
|
|||
use html5ever::tree_builder::{
|
||||
ElementFlags, NodeOrText as HtmlNodeOrText, QuirksMode, TreeBuilder, TreeBuilderOpts, TreeSink,
|
||||
};
|
||||
use html5ever::{
|
||||
Attribute as HtmlAttribute, ExpandedName, QualName, local_name, namespace_url, ns,
|
||||
};
|
||||
use html5ever::{Attribute as HtmlAttribute, ExpandedName, QualName, local_name, ns};
|
||||
use markup5ever::TokenizerResult;
|
||||
use servo_url::ServoUrl;
|
||||
use style::context::QuirksMode as ServoQuirksMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue