Update spawn.rs

disables check because of errors with #[async_std::main]
pull/830/head
tronta 5 years ago committed by GitHub
parent 0162ba4ec6
commit cdfdacd70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save