aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/task.rs')
-rw-r--r--components/script/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/task.rs b/components/script/task.rs
index e7461ee4685..622da35567d 100644
--- a/components/script/task.rs
+++ b/components/script/task.rs
@@ -5,8 +5,8 @@
//! Machinery for [tasks](https://html.spec.whatwg.org/multipage/#concept-task).
use std::fmt;
-use std::sync::Arc;
use std::sync::atomic::{AtomicBool, Ordering};
+use std::sync::Arc;
macro_rules! task {
($name:ident: move || $body:tt) => {{