mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #8750 - GuillaumeGomez:master, r=Wafflespeanut
Ensure that tidy follows the same procedure for sorting Fixes #8734 cc @Wafflespeanut <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8750) <!-- Reviewable:end -->
This commit is contained in:
commit
7d9a6a8397
2 changed files with 53 additions and 49 deletions
|
@ -57,12 +57,12 @@ pub use constellation::Constellation;
|
|||
|
||||
mod compositor;
|
||||
mod compositor_layer;
|
||||
pub mod compositor_task;
|
||||
pub mod constellation;
|
||||
mod headless;
|
||||
pub mod pipeline;
|
||||
pub mod sandboxing;
|
||||
mod scrolling;
|
||||
mod surface_map;
|
||||
mod timer_scheduler;
|
||||
pub mod compositor_task;
|
||||
pub mod constellation;
|
||||
pub mod pipeline;
|
||||
pub mod sandboxing;
|
||||
pub mod windowing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue