forked from mirror/async-std
remove invalid doc comment
This commit is contained in:
parent
48dd683535
commit
280b1a4344
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@ use crate::task::{Builder, JoinHandle};
|
|||
|
||||
/// Spawns a task onto the thread-local executor.
|
||||
///
|
||||
/// This function is similar to [`std::thread::spawn`], except it spawns an asynchronous task.
|
||||
///
|
||||
/// [`std::thread`]: https://doc.rust-lang.org/std/thread/fn.spawn.html
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
|
|
Loading…
Reference in a new issue