mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
|
@ -51,8 +51,8 @@ use util::opts;
|
|||
|
||||
use std::env;
|
||||
|
||||
mod window;
|
||||
mod input;
|
||||
mod window;
|
||||
|
||||
struct BrowserWrapper {
|
||||
browser: Browser,
|
||||
|
@ -105,4 +105,3 @@ fn main() {
|
|||
} = browser;
|
||||
browser.shutdown();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue