summaryrefslogtreecommitdiffstats
path: root/tokio/src/executor/loom/std/causal_cell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/executor/loom/std/causal_cell.rs')
-rw-r--r--tokio/src/executor/loom/std/causal_cell.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio/src/executor/loom/std/causal_cell.rs b/tokio/src/executor/loom/std/causal_cell.rs
index 8247788d..bb9b31e5 100644
--- a/tokio/src/executor/loom/std/causal_cell.rs
+++ b/tokio/src/executor/loom/std/causal_cell.rs
@@ -44,5 +44,6 @@ impl<T> CausalCell<T> {
impl CausalCheck {
pub(crate) fn check(self) {}
+ #[cfg(feature = "rt-full")]
pub(crate) fn join(&mut self, _other: CausalCheck) {}
}