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

Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
This commit is contained in:
Qi 2025-08-08 15:54:25 +08:00 committed by GitHub
parent 3e84a198e4
commit 11d7c0486a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;