From 25e7f2641ef2555d688c267059431a2802805f1d Mon Sep 17 00:00:00 2001 From: Phong Chuong <147636638+PhongChuong@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:41:12 -0500 Subject: [PATCH] rt: fix missing quotation in docs (#7925) --- tokio/src/runtime/handle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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