2
0
Fork 1
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:
tronta 2020-07-08 21:55:53 +02:00 committed by GitHub
parent 0162ba4ec6
commit cdfdacd70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ use crate::task::{Builder, JoinHandle};
/// # })
/// ```
///
/// ```
/// ```ignore
/// use async_std::task;
/// use std::time::Duration;
///