mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Rename main/layout/aux.rs -> main/layout/extra.rs. (#1226)
This commit is contained in:
parent
4eb8449621
commit
3cdc115ff0
3 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
use css::matching::MatchMethods;
|
||||
use css::select::new_stylist;
|
||||
use layout::aux::LayoutAuxMethods;
|
||||
use layout::extra::LayoutAuxMethods;
|
||||
use layout::box_builder::LayoutTreeBuilder;
|
||||
use layout::context::LayoutContext;
|
||||
use layout::display_list_builder::{DisplayListBuilder};
|
||||
|
|
|
@ -92,7 +92,7 @@ pub mod layout {
|
|||
pub mod text;
|
||||
pub mod util;
|
||||
pub mod incremental;
|
||||
mod aux;
|
||||
mod extra;
|
||||
}
|
||||
|
||||
pub mod windowing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue