mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Move size of tests to compile-time tests in the style crate
Same reasoning as the previous commit. Differential Revision: https://phabricator.services.mozilla.com/D146104
This commit is contained in:
parent
50d31686be
commit
f48b95e2e3
13 changed files with 53 additions and 49 deletions
|
@ -208,3 +208,6 @@ impl ApplicableDeclarationBlock {
|
|||
(self.source, self.cascade_priority)
|
||||
}
|
||||
}
|
||||
|
||||
// Size of this struct determines sorting and selector-matching performance.
|
||||
size_of_test!(ApplicableDeclarationBlock, 24);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue