about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/waker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sync/mpmc/waker.rs')
-rw-r--r--library/std/src/sync/mpmc/waker.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sync/mpmc/waker.rs b/library/std/src/sync/mpmc/waker.rs
index 9aab1b9417e..fb877887f9c 100644
--- a/library/std/src/sync/mpmc/waker.rs
+++ b/library/std/src/sync/mpmc/waker.rs
@@ -2,7 +2,6 @@
 
 use super::context::Context;
 use super::select::{Operation, Selected};
-
 use crate::ptr;
 use crate::sync::atomic::{AtomicBool, Ordering};
 use crate::sync::Mutex;