Skip to content

Commit 2f0c99b

Browse files
Copilotsandersaares
andcommitted
Add -D warnings to static-analysis docs job for consistency
Co-authored-by: sandersaares <9914262+sandersaares@users.noreply.github.com>
1 parent 2bc70e6 commit 2f0c99b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Docs
7474
if: success() || failure()
7575
env:
76-
RUSTDOCFLAGS: "--cfg docsrs"
76+
RUSTDOCFLAGS: "--cfg docsrs -D warnings"
7777
run: cargo +${{ env.RUST_NIGHTLY }} doc --no-deps --workspace --all-features
7878
- name: Readmes
7979
if: success() || failure()

0 commit comments

Comments
 (0)