test taskdump docs (#8064)

This commit is contained in:
Mattia Pitossi
2026-04-17 23:32:22 +03:00
committed by GitHub
parent 905c146aed
commit b010b5ddaf
+14
View File
@@ -520,6 +520,20 @@ macro_rules! cfg_taskdump {
target_arch = "x86_64"
)
))]
#[cfg_attr(
docsrs,
doc(cfg(all(
tokio_unstable,
feature = "taskdump",
feature = "rt",
target_os = "linux",
any(
target_arch = "aarch64",
target_arch = "x86",
target_arch = "x86_64"
)
)))
)]
$item
)*
};