Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/rustdoc.yaml')
| -rw-r--r-- | .github/workflows/rustdoc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index f975bbaa51..9cc18fc69e 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -8,6 +8,7 @@ env: CARGO_INCREMENTAL: 0 CARGO_NET_RETRY: 10 RUSTFLAGS: "-D warnings -W unreachable-pub" + RUSTDOCFLAGS: "-D warnings" RUSTUP_MAX_RETRIES: 10 jobs: |