Disable rustdoc action

This commit is contained in:
illegitimate-egg 2025-03-18 23:37:19 +00:00
parent 3260862bb4
commit 25be06eb76

View File

@ -80,10 +80,10 @@ jobs:
command: clippy command: clippy
args: -- -D warnings args: -- -D warnings
- name: Run rustdoc lints # - name: Run rustdoc lints
uses: actions-rs/cargo@v1 # uses: actions-rs/cargo@v1
env: # env:
RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples" # RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
with: # with:
command: doc # command: doc
args: --workspace --all-features --no-deps --document-private-items # args: --workspace --all-features --no-deps --document-private-items