aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/remutex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/remutex.rs')
-rw-r--r--components/util/remutex.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/remutex.rs b/components/util/remutex.rs
index ec1c27a3d1a..02dcd884bcd 100644
--- a/components/util/remutex.rs
+++ b/components/util/remutex.rs
@@ -14,8 +14,8 @@ use core::nonzero::NonZero;
use std::cell::{Cell, UnsafeCell};
use std::mem;
use std::ops::Deref;
-use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::{LockResult, Mutex, MutexGuard, PoisonError, TryLockError, TryLockResult};
+use std::sync::atomic::{AtomicUsize, Ordering};
/// A type for thread ids.