Skip to content

Commit fdd2ce7

Browse files
Jules-Bertholettaiki-e
authored andcommitted
Fix broken link in CopyBufAbortable docs (#2815)
Also re-enable docs in CI.
1 parent 272a3c7 commit fdd2ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/io/copy_buf_abortable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ where
5757
}
5858

5959
pin_project! {
60-
/// Future for the [`copy_buf()`] function.
60+
/// Future for the [`copy_buf_abortable()`] function.
6161
#[derive(Debug)]
6262
#[must_use = "futures do nothing unless you `.await` or poll them"]
6363
pub struct CopyBufAbortable<'a, R, W: ?Sized> {

0 commit comments

Comments
 (0)