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 0fc974e commit 675be0fCopy full SHA for 675be0f
src/lib.rs
@@ -58,6 +58,7 @@ mod static_executors;
58
#[doc(no_inline)]
59
pub use async_task::{FallibleTask, Task};
60
#[cfg(feature = "static")]
61
+#[cfg_attr(docsrs, doc(cfg(any(feature = "static"))))]
62
pub use static_executors::*;
63
64
/// An async executor.
0 commit comments