mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Rename BoxTreeRoot/FragmentTreeRoot to BoxTree/FragmentTree
This commit is contained in:
parent
ee62c7f2e4
commit
c43ab0c267
6 changed files with 93 additions and 85 deletions
|
@ -29,7 +29,7 @@ mod float;
|
|||
pub mod inline;
|
||||
mod root;
|
||||
|
||||
pub use root::{BoxTreeRoot, FragmentTreeRoot};
|
||||
pub use root::{BoxTree, FragmentTree};
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
pub(crate) struct BlockFormattingContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue