mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix an ignore_malloc_size_of comment
This commit is contained in:
parent
dbef324e48
commit
848a4e256a
1 changed files with 1 additions and 1 deletions
|
@ -1194,7 +1194,7 @@ fn create_element_for_token(
|
||||||
|
|
||||||
#[derive(JSTraceable, MallocSizeOf)]
|
#[derive(JSTraceable, MallocSizeOf)]
|
||||||
struct NetworkDecoder {
|
struct NetworkDecoder {
|
||||||
#[ignore_malloc_size_of = "Defined in html5ever"]
|
#[ignore_malloc_size_of = "Defined in tendril"]
|
||||||
decoder: Utf8LossyDecoder<NetworkSink>,
|
decoder: Utf8LossyDecoder<NetworkSink>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue