Skip to content

Commit 11d7c04

Browse files
authored
task: inline the docs of TaskTracker while re-exporting it (#7516)
Signed-off-by: ADD-SP <[email protected]>
1 parent 3e84a19 commit 11d7c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-util/src/task/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cfg_rt! {
88
pub use spawn_pinned::LocalPoolHandle;
99

1010
pub mod task_tracker;
11+
#[doc(inline)]
1112
pub use task_tracker::TaskTracker;
1213

1314
mod abort_on_drop;

0 commit comments

Comments
 (0)