summaryrefslogtreecommitdiffstats
path: root/tokio/src/loom/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/loom/mod.rs')
-rw-r--r--tokio/src/loom/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tokio/src/loom/mod.rs b/tokio/src/loom/mod.rs
index 56a41f25..5957b537 100644
--- a/tokio/src/loom/mod.rs
+++ b/tokio/src/loom/mod.rs
@@ -1,6 +1,8 @@
//! This module abstracts over `loom` and `std::sync` depending on whether we
//! are running tests or not.
+#![allow(unused)]
+
#[cfg(not(all(test, loom)))]
mod std;
#[cfg(not(all(test, loom)))]