about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/context.rs
diff options
context:
space:
mode:
authorIbraheem Ahmed <ibraheem@ibraheem.ca>2022-10-17 19:55:10 -0400
committerIbraheem Ahmed <ibraheem@ibraheem.ca>2022-11-09 23:20:02 -0500
commit209168655abd97c4f98d265e9feacb77589ac9d9 (patch)
treea18995a0a44c845fcf0a4e8b2bafd7066794834a /library/std/src/sync/mpmc/context.rs
parentf2b5e27a60649be86d5601bea39f003aad7aa986 (diff)
downloadrust-209168655abd97c4f98d265e9feacb77589ac9d9.tar.gz
rust-209168655abd97c4f98d265e9feacb77589ac9d9.zip
tidy
Diffstat (limited to 'library/std/src/sync/mpmc/context.rs')
-rw-r--r--library/std/src/sync/mpmc/context.rs1
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;