We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8c7c5 commit 6f11396Copy full SHA for 6f11396
src/common/mod.rs
@@ -1,19 +1,19 @@
1
#![allow(missing_docs)]
2
3
pub(crate) mod exec;
4
-#[cfg(feature = "client")]
+#[cfg(feature = "client-legacy")]
5
mod lazy;
6
pub(crate) mod rewind;
7
8
mod sync;
9
pub(crate) mod timer;
10
11
12
pub(crate) use exec::Exec;
13
14
15
pub(crate) use lazy::{lazy, Started as Lazy};
16
17
pub(crate) use sync::SyncWrapper;
18
19
pub(crate) mod future;
0 commit comments