Skip to content

Commit 9a9d222

Browse files
skadeyoshuawuyts
andauthored
Update src/future/timeout.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
1 parent 5aa0e24 commit 9a9d222

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)