diff --git a/tokio/src/runtime/handle.rs b/tokio/src/runtime/handle.rs index 612bcd2c0..230e6a0c3 100644 --- a/tokio/src/runtime/handle.rs +++ b/tokio/src/runtime/handle.rs @@ -561,7 +561,7 @@ cfg_taskdump! { /// You can do this by setting the `RUSTFLAGS` environment variable /// before invoking `cargo`; e.g.: /// ```bash - /// RUSTFLAGS="--cfg tokio_unstable cargo run --example dump + /// RUSTFLAGS="--cfg tokio_unstable" cargo run --example dump /// ``` /// /// Or by [configuring][cargo-config] `rustflags` in