mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +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
|
@ -83,6 +83,7 @@ log = "0.4"
|
|||
mach2 = "0.4"
|
||||
malloc_size_of = { package = "servo_malloc_size_of", path = "components/malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
markup5ever = "0.14"
|
||||
memmap2 = "0.9.5"
|
||||
mime = "0.3.13"
|
||||
mime_guess = "2.0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue