aboutsummaryrefslogtreecommitdiff
path: root/rtic-channel/src/wait_queue.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-channel/src/wait_queue.rs')
-rw-r--r--rtic-channel/src/wait_queue.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtic-channel/src/wait_queue.rs b/rtic-channel/src/wait_queue.rs
index e6d5a8b..2de6311 100644
--- a/rtic-channel/src/wait_queue.rs
+++ b/rtic-channel/src/wait_queue.rs
@@ -105,8 +105,6 @@ pub struct Link<T> {
_up: PhantomPinned,
}
-unsafe impl<T> Send for Link<T> {}
-
impl<T: Clone> Link<T> {
const R: Ordering = Ordering::Relaxed;