From fdd2ce716c1b1064332e4d20f23a58696a2c1c6f Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Tue, 12 Dec 2023 17:12:44 -0500 Subject: [PATCH] Fix broken link in `CopyBufAbortable` docs (#2815) Also re-enable docs in CI. --- futures-util/src/io/copy_buf_abortable.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futures-util/src/io/copy_buf_abortable.rs b/futures-util/src/io/copy_buf_abortable.rs index fdbc4a5f00..ed22d62338 100644 --- a/futures-util/src/io/copy_buf_abortable.rs +++ b/futures-util/src/io/copy_buf_abortable.rs @@ -57,7 +57,7 @@ where } pin_project! { - /// Future for the [`copy_buf()`] function. + /// Future for the [`copy_buf_abortable()`] function. #[derive(Debug)] #[must_use = "futures do nothing unless you `.await` or poll them"] pub struct CopyBufAbortable<'a, R, W: ?Sized> {