Skip to content

Commit

Permalink
Workaround tokio-rs/tokio#6165
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Nov 24, 2023
1 parent 2e1d78f commit d34bd75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-10-14
- run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
# tokio/net required to workaround https://github.com/tokio-rs/tokio/issues/6165
- run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features --features tokio/net

0 comments on commit d34bd75

Please sign in to comment.