From 25be06eb76e50a226c66f0bd07de9bdb68a79d84 Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Tue, 18 Mar 2025 23:37:19 +0000 Subject: [PATCH] Disable rustdoc action --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 250f558..51b8bf1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,10 +80,10 @@ jobs: command: clippy args: -- -D warnings - - name: Run rustdoc lints - uses: actions-rs/cargo@v1 - env: - RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples" - with: - command: doc - args: --workspace --all-features --no-deps --document-private-items + # - name: Run rustdoc lints + # uses: actions-rs/cargo@v1 + # env: + # RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples" + # with: + # command: doc + # args: --workspace --all-features --no-deps --document-private-items