Skip to content

Commit 25e7f26

Browse files
authored
rt: fix missing quotation in docs (#7925)
1 parent e1a91ef commit 25e7f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tokio/src/runtime/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ cfg_taskdump! {
561561
/// You can do this by setting the `RUSTFLAGS` environment variable
562562
/// before invoking `cargo`; e.g.:
563563
/// ```bash
564-
/// RUSTFLAGS="--cfg tokio_unstable cargo run --example dump
564+
/// RUSTFLAGS="--cfg tokio_unstable" cargo run --example dump
565565
/// ```
566566
///
567567
/// Or by [configuring][cargo-config] `rustflags` in

0 commit comments

Comments
 (0)