fix io::copy link (#164)

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
staging
Yoshua Wuyts 5 years ago committed by Stjepan Glavina
parent 63f3a809aa
commit 9bf06ce52b

@ -18,7 +18,7 @@ use crate::task::{Context, Poll};
/// If youre wanting to copy the contents of one file to another and youre
/// 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
/// [`fs::copy`]: ../fs/fn.copy.html

Loading…
Cancel
Save