Skip to content

Commit

Permalink
Show static feature requirement on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais authored and notgull committed Jul 6, 2024
1 parent 0fc974e commit 675be0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ mod static_executors;
#[doc(no_inline)]
pub use async_task::{FallibleTask, Task};
#[cfg(feature = "static")]
#[cfg_attr(docsrs, doc(cfg(any(feature = "static"))))]
pub use static_executors::*;

/// An async executor.
Expand Down

0 comments on commit 675be0f

Please sign in to comment.