mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -91,16 +91,16 @@ pub mod dom;
|
|||
|
||||
pub mod parse;
|
||||
|
||||
pub mod clipboard_provider;
|
||||
mod devtools;
|
||||
mod horribly_inefficient_timers;
|
||||
pub mod layout_interface;
|
||||
mod mem;
|
||||
mod network_listener;
|
||||
pub mod page;
|
||||
pub mod script_task;
|
||||
mod timers;
|
||||
pub mod textinput;
|
||||
pub mod clipboard_provider;
|
||||
mod devtools;
|
||||
mod horribly_inefficient_timers;
|
||||
mod timers;
|
||||
mod webdriver_handlers;
|
||||
|
||||
use dom::bindings::codegen::RegisterBindings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue