We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d84ed commit 7fa5805Copy full SHA for 7fa5805
.github/workflows/rustdoc.yml
@@ -14,4 +14,5 @@ jobs:
14
- uses: dtolnay/rust-toolchain@master
15
with:
16
toolchain: nightly-2023-10-14
17
- - run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
+ # tokio/net required to workaround https://github.com/tokio-rs/tokio/issues/6165
18
+ - run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features --features tokio/net
0 commit comments