mirror of
https://github.com/async-rs/async-std.git
synced 2025-10-19 16:46:36 +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 async_std::task;
|
||||||
/// use std::time::Duration;
|
/// use std::time::Duration;
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue