mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Issue #7390 correct the order of mod declaration
This commit is contained in:
parent
e81e91207c
commit
6565e7b02f
11 changed files with 53 additions and 55 deletions
|
@ -49,11 +49,11 @@ pub use constellation::Constellation;
|
|||
|
||||
pub mod compositor_task;
|
||||
|
||||
mod surface_map;
|
||||
mod compositor_layer;
|
||||
mod compositor;
|
||||
mod compositor_layer;
|
||||
mod headless;
|
||||
mod scrolling;
|
||||
mod surface_map;
|
||||
|
||||
pub mod pipeline;
|
||||
pub mod constellation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue