Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tokio/src/runtime/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down