mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
layout: Split LineItem
layout into a new file (#31039)
This is just a bit of code movement that trims down the size of the `inline.rs` file in order to make it a bit more manageable. It leads the way to more refactoring and cleanup in the future.
This commit is contained in:
parent
bfa853a1cc
commit
3555671864
4 changed files with 658 additions and 603 deletions
|
@ -36,6 +36,7 @@ use crate::ContainingBlock;
|
|||
mod construct;
|
||||
pub mod float;
|
||||
pub mod inline;
|
||||
mod line;
|
||||
mod root;
|
||||
|
||||
pub(crate) use construct::BlockContainerBuilder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue