mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
layout: Limit visibility of some types and removed unused enum variants / data (#38428)
Testing: This change mainly removes dead code, so no tests necessary. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
e78d8818a0
commit
a7b232ef4c
7 changed files with 16 additions and 24 deletions
|
@ -15,6 +15,6 @@ pub(crate) use base_fragment::*;
|
|||
pub(crate) use box_fragment::*;
|
||||
pub(crate) use containing_block::*;
|
||||
pub(crate) use fragment::*;
|
||||
pub use fragment_tree::*;
|
||||
pub(crate) use fragment_tree::*;
|
||||
pub(crate) use hoisted_shared_fragment::*;
|
||||
pub(crate) use positioning_fragment::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue