File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -281,12 +281,11 @@ jobs:
281
281
run : rustup update stable
282
282
- run : cargo fmt --all -- --check
283
283
284
- # TODO: upstream bug https://github.com/rust-lang/rust/issues/118670
285
- # docs:
286
- # name: cargo doc
287
- # runs-on: ubuntu-latest
288
- # steps:
289
- # - uses: actions/checkout@v4
290
- # - name: Install Rust
291
- # run: rustup update nightly && rustup default nightly
292
- # - run: RUSTDOCFLAGS="-D warnings --cfg docsrs" cargo doc --workspace --no-deps --all-features
284
+ docs :
285
+ name : cargo doc
286
+ runs-on : ubuntu-latest
287
+ steps :
288
+ - uses : actions/checkout@v4
289
+ - name : Install Rust
290
+ run : rustup update nightly && rustup default nightly
291
+ - run : RUSTDOCFLAGS="-D warnings --cfg docsrs" cargo doc --workspace --no-deps --all-features
Original file line number Diff line number Diff line change 57
57
}
58
58
59
59
pin_project ! {
60
- /// Future for the [`copy_buf ()`] function.
60
+ /// Future for the [`copy_buf_abortable ()`] function.
61
61
#[ derive( Debug ) ]
62
62
#[ must_use = "futures do nothing unless you `.await` or poll them" ]
63
63
pub struct CopyBufAbortable <' a, R , W : ?Sized > {
You can’t perform that action at this time.
0 commit comments