Skip to content

Commit cdfdacd

Browse files
authored
Update spawn.rs
disables check because of errors with #[async_std::main]
1 parent 0162ba4 commit cdfdacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/spawn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use crate::task::{Builder, JoinHandle};
2424
/// # })
2525
/// ```
2626
///
27-
/// ```
27+
/// ```ignore
2828
/// use async_std::task;
2929
/// use std::time::Duration;
3030
///

0 commit comments

Comments
 (0)