Skip to content

Commit

Permalink
Fix broken link in CopyBufAbortable docs (#2815)
Browse files Browse the repository at this point in the history
Also re-enable docs in CI.
  • Loading branch information
Jules-Bertholet authored and taiki-e committed Dec 24, 2023
1 parent 272a3c7 commit fdd2ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/io/copy_buf_abortable.rs
Expand Up @@ -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> {
Expand Down

0 comments on commit fdd2ce7

Please sign in to comment.