Skip to content

Commit

Permalink
fix missing tokio_unstable docs
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Feb 23, 2022
1 parent 98cd865 commit 437a3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/runtime/task/join.rs
Expand Up @@ -164,6 +164,7 @@ cfg_rt! {
// this type is only publicly exposed when `tokio_unstable` is enabled, but
// it is still defined for testing purposes.
#[cfg_attr(not(tokio_unstable), allow(unreachable_pub))]
#[cfg_attr(docsrs, doc(cfg(tokio_unstable)))]
pub struct AbortHandle {
raw: Option<RawTask>,
}
Expand Down

0 comments on commit 437a3a6

Please sign in to comment.