mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-06 12:45:32 +00:00
Update spawn.rs
disables check because of errors with #[async_std::main]
This commit is contained in:
parent
0162ba4ec6
commit
cdfdacd70b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ use crate::task::{Builder, JoinHandle};
|
|||
/// # })
|
||||
/// ```
|
||||
///
|
||||
/// ```
|
||||
/// ```ignore
|
||||
/// use async_std::task;
|
||||
/// use std::time::Duration;
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue