We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f3a80 commit 9bf06ceCopy full SHA for 9bf06ce
src/io/copy.rs
@@ -18,7 +18,7 @@ use crate::task::{Context, Poll};
18
/// If you’re wanting to copy the contents of one file to another and you’re
19
/// working with filesystem paths, see the [`fs::copy`] function.
20
///
21
-/// This function is an async version of [`std::fs::write`].
+/// This function is an async version of [`std::io::copy`].
22
23
/// [`std::io::copy`]: https://doc.rust-lang.org/std/io/fn.copy.html
24
/// [`fs::copy`]: ../fs/fn.copy.html
0 commit comments