From a6253ed05a1e0d14bc64915f5937c29092df9497 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 4 Nov 2019 22:22:40 -0800 Subject: chore: unify all mocked `loom` files (#1732) When the crates were merged, each component kept its own `loom` file containing mocked types it needed. This patch unifies them all in one location. --- tokio/src/sync/mpsc/unbounded.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src/sync/mpsc/unbounded.rs') diff --git a/tokio/src/sync/mpsc/unbounded.rs b/tokio/src/sync/mpsc/unbounded.rs index 5a73771e..4eb750ef 100644 --- a/tokio/src/sync/mpsc/unbounded.rs +++ b/tokio/src/sync/mpsc/unbounded.rs @@ -1,4 +1,4 @@ -use crate::sync::loom::sync::atomic::AtomicUsize; +use crate::loom::sync::atomic::AtomicUsize; use crate::sync::mpsc::chan; use std::fmt; -- cgit v1.2.3