forked from mirror/async-std
fix io::copy link (#164)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
63f3a809aa
commit
9bf06ce52b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use crate::task::{Context, Poll};
|
||||||
/// If you’re wanting to copy the contents of one file to another and you’re
|
/// If you’re wanting to copy the contents of one file to another and you’re
|
||||||
/// working with filesystem paths, see the [`fs::copy`] function.
|
/// working with filesystem paths, see the [`fs::copy`] function.
|
||||||
///
|
///
|
||||||
/// This function is an async version of [`std::fs::write`].
|
/// This function is an async version of [`std::io::copy`].
|
||||||
///
|
///
|
||||||
/// [`std::io::copy`]: https://doc.rust-lang.org/std/io/fn.copy.html
|
/// [`std::io::copy`]: https://doc.rust-lang.org/std/io/fn.copy.html
|
||||||
/// [`fs::copy`]: ../fs/fn.copy.html
|
/// [`fs::copy`]: ../fs/fn.copy.html
|
||||||
|
|
Loading…
Reference in a new issue