task: inline the docs of TaskTracker while re-exporting it (#7516)

Signed-off-by: ADD-SP <[email protected]>
This commit is contained in:
Qi
2025-08-08 09:54:25 +02:00
committed by GitHub
parent 3e84a198e4
commit 11d7c0486a
+1
View File
@@ -8,6 +8,7 @@ cfg_rt! {
pub use spawn_pinned::LocalPoolHandle;
pub mod task_tracker;
#[doc(inline)]
pub use task_tracker::TaskTracker;
mod abort_on_drop;