We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7bf07 commit 83f5586Copy full SHA for 83f5586
tokio/src/runtime/local_runtime/runtime.rs
@@ -318,7 +318,7 @@ impl LocalRuntime {
318
/// use std::time::Duration;
319
///
320
/// fn main() {
321
- /// # if cfg!(miri) { return } // Miri reports error when main thread terminated without waiting all remaining threads.
+ /// # if cfg!(miri) { return } // Miri reports error when main thread terminated without waiting all remaining threads.
322
/// let runtime = LocalRuntime::new().unwrap();
323
324
/// runtime.block_on(async move {
0 commit comments