mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update to uluru 0.2 and arrayvec 0.4
This commit is contained in:
parent
8e3056d0cc
commit
99c2db0549
7 changed files with 24 additions and 38 deletions
|
@ -12,7 +12,7 @@ size_of_test!(test_size_of_property_declaration, properties::PropertyDeclaration
|
|||
|
||||
// This is huge, but we allocate it on the stack and then never move it,
|
||||
// we only pass `&mut SourcePropertyDeclaration` references around.
|
||||
size_of_test!(test_size_of_parsed_declaration, properties::SourcePropertyDeclaration, 576);
|
||||
size_of_test!(test_size_of_parsed_declaration, properties::SourcePropertyDeclaration, 568);
|
||||
|
||||
size_of_test!(test_size_of_selector_parse_error_kind, SelectorParseErrorKind, 40);
|
||||
size_of_test!(test_size_of_style_parse_error_kind, ::style_traits::StyleParseErrorKind, 56);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue