Skip to content

Commit 38e5d15

Browse files
skadeyoshuawuyts
authored and
Stjepan Glavina
committed
Update src/future/timeout.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
1 parent f1a911e commit 38e5d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/timeout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::task::{Context, Poll};
1313
///
1414
/// # Examples
1515
///
16-
/// ```no_run
16+
/// ```
1717
/// # #![feature(async_await)]
1818
/// # fn main() -> std::io::Result<()> { async_std::task::block_on(async {
1919
/// #

0 commit comments

Comments
 (0)