aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/time.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/profile_traits/time.rs')
-rw-r--r--components/profile_traits/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile_traits/time.rs b/components/profile_traits/time.rs
index ec3e5520b3d..010bb009682 100644
--- a/components/profile_traits/time.rs
+++ b/components/profile_traits/time.rs
@@ -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;