Skip to content

Commit 7fa5805

Browse files
committed
1 parent b1d84ed commit 7fa5805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rustdoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
- uses: dtolnay/rust-toolchain@master
1515
with:
1616
toolchain: nightly-2023-10-14
17-
- run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
17+
# 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

Comments
 (0)