We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5762b commit 6a8fb96Copy full SHA for 6a8fb96
1 file changed
.github/workflows/ci.yaml
@@ -134,12 +134,14 @@ jobs:
134
rust:
135
- stable
136
name: docs/${{ matrix.rust }}
137
+ env:
138
+ RUSTDOCFLAGS: "-Dwarnings"
139
steps:
140
- uses: actions/checkout@v4
141
- uses: dtolnay/rust-toolchain@master
142
with:
143
toolchain: ${{ matrix.rust }}
- - run: cargo doc
144
+ - run: cargo doc --no-deps --all-features
145
146
conclusion:
147
needs:
0 commit comments