We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a91ef commit 25e7f26Copy full SHA for 25e7f26
1 file changed
tokio/src/runtime/handle.rs
@@ -561,7 +561,7 @@ cfg_taskdump! {
561
/// You can do this by setting the `RUSTFLAGS` environment variable
562
/// before invoking `cargo`; e.g.:
563
/// ```bash
564
- /// RUSTFLAGS="--cfg tokio_unstable cargo run --example dump
+ /// RUSTFLAGS="--cfg tokio_unstable" cargo run --example dump
565
/// ```
566
///
567
/// Or by [configuring][cargo-config] `rustflags` in
0 commit comments