Skip to content

Commit

Permalink
CI: don't pass docsrs feature to cargo doc
Browse files Browse the repository at this point in the history
One dependency has docs that make nightly rustdoc fail,
while others require nightly with the "docsrs" feature.
  • Loading branch information
mzabaluev committed Sep 18, 2023
1 parent 4c44597 commit 393e58d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- env:
RUSTDOCFLAGS: "--cfg docsrs"
run: cargo doc --all-features
- run: cargo doc --all-features

0 comments on commit 393e58d

Please sign in to comment.