From 97a8035333f6b78a32878c343d62380cbdbea6f7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 26 Feb 2024 10:35:12 +0100 Subject: [PATCH] that might fix docs --- satrs/src/pus/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/satrs/src/pus/mod.rs b/satrs/src/pus/mod.rs index c9ebe54..282833b 100644 --- a/satrs/src/pus/mod.rs +++ b/satrs/src/pus/mod.rs @@ -585,6 +585,7 @@ pub mod std_mod { #[cfg(feature = "crossbeam")] pub mod cb_mod { use super::*; + use crossbeam_channel as cb; pub type TmInSharedPoolSenderWithCrossbeam = TmInSharedPoolSenderWithId>;