mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -17,7 +17,7 @@ use ipc_channel::ipc::IpcSender;
|
|||
use js::jsapi::Heap;
|
||||
use js::jsval::{JSVal, UndefinedValue};
|
||||
use js::rust::HandleValue;
|
||||
use script_traits::{MsDuration, precise_time_ms};
|
||||
use script_traits::{precise_time_ms, MsDuration};
|
||||
use script_traits::{TimerEvent, TimerEventId, TimerEventRequest};
|
||||
use script_traits::{TimerSchedulerMsg, TimerSource};
|
||||
use servo_config::prefs::PREFS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue