]> git.feebdaed.xyz Git - 0xmirror/tokio.git/commitdiff
task: inline the docs of `TaskTracker` while re-exporting it (#7516)
authorQi <add_sp@outlook.com>
Fri, 8 Aug 2025 07:54:25 +0000 (15:54 +0800)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 07:54:25 +0000 (09:54 +0200)
Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
tokio-util/src/task/mod.rs

index 393e8c9280ba62ef8f77682a39e34c7a0478f975..7635b74f452825d8bc3c3002c0c483b21ad1fb4c 100644 (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;