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 460a8e3 commit 7d2d352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/io/copy_buf_abortable.rs
Original file line number Diff line number Diff line change
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 7d2d352

Please sign in to comment.