rt: fix missing quotation in docs (#7925)

This commit is contained in:
Phong Chuong
2026-02-20 23:41:12 +02:00
committed by GitHub
parent e1a91ef114
commit 25e7f2641e
+1 -1
View File
@@ -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