that might fix docs

This commit is contained in:
Robin Müller 2024-02-26 10:35:12 +01:00
parent f91075a598
commit 97a8035333
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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<cb::Sender<StoreAddr>>;