mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Export a size to fix a test that was trying to use a now-private type.
This commit is contained in:
parent
faa9dccfe8
commit
ad602a0fa8
2 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,7 @@ mod map;
|
|||
mod source;
|
||||
mod unsafe_box;
|
||||
|
||||
pub use self::core::{RuleTree, StrongRuleNode};
|
||||
pub use self::core::{RuleTree, StrongRuleNode, RULE_NODE_SIZE};
|
||||
pub use self::level::{CascadeLevel, ShadowCascadeOrder};
|
||||
pub use self::source::StyleSource;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue