Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9bf06ce

Browse files
yoshuawuytsStjepan Glavina
authored and
Stjepan Glavina
committed
fix io::copy link (#164)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 63f3a80 commit 9bf06ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/io/copy.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::task::{Context, Poll};
1818
/// If you’re wanting to copy the contents of one file to another and you’re
1919
/// working with filesystem paths, see the [`fs::copy`] function.
2020
///
21-
/// This function is an async version of [`std::fs::write`].
21+
/// This function is an async version of [`std::io::copy`].
2222
///
2323
/// [`std::io::copy`]: https://doc.rust-lang.org/std/io/fn.copy.html
2424
/// [`fs::copy`]: ../fs/fn.copy.html

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /