Skip to content

Commit

Permalink
docs: gate taskdump compiler_error behind not(doc) (tokio-rs#6564)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed May 16, 2024
1 parent ced7739 commit d221c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ compile_error!("The `tokio_taskdump` feature requires `--cfg tokio_unstable`.");

#[cfg(all(
tokio_taskdump,
not(doc),
not(all(
target_os = "linux",
any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")
Expand Down

0 comments on commit d221c50

Please sign in to comment.