mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
extern crate time as std_time;
|
||||
|
||||
use self::std_time::precise_time_ns;
|
||||
use crate::energy::read_energy_uj;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use self::std_time::precise_time_ns;
|
||||
use servo_config::opts;
|
||||
use signpost;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue