We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CopyBufAbortable
1 parent 272a3c7 commit fdd2ce7Copy full SHA for fdd2ce7
1 file changed
futures-util/src/io/copy_buf_abortable.rs
@@ -57,7 +57,7 @@ where
57
}
58
59
pin_project! {
60
- /// Future for the [`copy_buf()`] function.
+ /// Future for the [`copy_buf_abortable()`] function.
61
#[derive(Debug)]
62
#[must_use = "futures do nothing unless you `.await` or poll them"]
63
pub struct CopyBufAbortable<'a, R, W: ?Sized> {
0 commit comments