mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Implement MallocSizeOf for markup5ever rather than xml5ever. (#34403)
The QualName type which MallocSizeOf is implemented for is a markup5ever type which is re-exported in both html5ever and xml5ever. Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
ffca6abb3a
commit
a4caa0efcb
4 changed files with 4 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -6553,6 +6553,7 @@ dependencies = [
|
|||
"indexmap",
|
||||
"keyboard-types",
|
||||
"malloc_size_of",
|
||||
"markup5ever",
|
||||
"serde",
|
||||
"serde_bytes",
|
||||
"servo_allocator",
|
||||
|
@ -6566,7 +6567,6 @@ dependencies = [
|
|||
"uuid",
|
||||
"webrender_api",
|
||||
"wr_malloc_size_of",
|
||||
"xml5ever",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue