mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Reduce the size of StackingContextId
This commit is contained in:
parent
ea38ccfdfe
commit
f967d5a645
2 changed files with 8 additions and 7 deletions
|
@ -8,7 +8,7 @@ use std::mem::size_of;
|
|||
|
||||
#[test]
|
||||
fn test_size_of_fragment() {
|
||||
let expected = 168;
|
||||
let expected = 160;
|
||||
let actual = size_of::<Fragment>();
|
||||
|
||||
if actual < expected {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue