Skip to content

Commit 83f5586

Browse files
committed
: Stabalize LocalRuntime
1 parent 7d7bf07 commit 83f5586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/runtime/local_runtime/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ impl LocalRuntime {
318318
/// use std::time::Duration;
319319
///
320320
/// fn main() {
321-
/// # if cfg!(miri) { return } // Miri reports error when main thread terminated without waiting all remaining threads.
321+
/// # if cfg!(miri) { return } // Miri reports error when main thread terminated without waiting all remaining threads.
322322
/// let runtime = LocalRuntime::new().unwrap();
323323
///
324324
/// runtime.block_on(async move {

0 commit comments

Comments
 (0)