Rename util.rs -> layout_data.rs

This commit is contained in:
Dan Fox 2015-03-03 18:12:06 +00:00
parent 564d12435a
commit dd0df4e9c5
7 changed files with 8 additions and 8 deletions

View file

@ -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;