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:
Martin Robinson 2025-08-02 18:52:00 +02:00 committed by GitHub
parent e78d8818a0
commit a7b232ef4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 16 additions and 24 deletions

View file

@ -52,7 +52,7 @@ pub mod inline;
mod root;
pub(crate) use construct::BlockContainerBuilder;
pub use root::BoxTree;
pub(crate) use root::BoxTree;
#[derive(Debug, MallocSizeOf)]
pub(crate) struct BlockFormattingContext {