mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Rename util.rs -> layout_data.rs
This commit is contained in:
parent
564d12435a
commit
dd0df4e9c5
7 changed files with 8 additions and 8 deletions
|
@ -68,6 +68,7 @@ pub mod flow_ref;
|
|||
pub mod fragment;
|
||||
pub mod layout_task;
|
||||
pub mod inline;
|
||||
pub mod layout_data;
|
||||
pub mod list_item;
|
||||
pub mod model;
|
||||
pub mod opaque_node;
|
||||
|
@ -82,7 +83,6 @@ pub mod table_row;
|
|||
pub mod table_cell;
|
||||
pub mod text;
|
||||
pub mod traversal;
|
||||
pub mod util;
|
||||
pub mod incremental;
|
||||
pub mod wrapper;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue