diff options
Diffstat (limited to 'library/std/src/sync/mpmc/context.rs')
| -rw-r--r-- | library/std/src/sync/mpmc/context.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sync/mpmc/context.rs b/library/std/src/sync/mpmc/context.rs index dea6880017d..3077c0ee375 100644 --- a/library/std/src/sync/mpmc/context.rs +++ b/library/std/src/sync/mpmc/context.rs @@ -1,7 +1,6 @@ //! Thread-local channel context. use super::select::Selected; -use super::utils::Backoff; use crate::cell::Cell; use crate::ptr; |
