From a4b66a5c8d83aca1683c01b928c979077de7298a Mon Sep 17 00:00:00 2001 From: jbernava Date: Tue, 6 Aug 2024 20:11:39 +0200 Subject: [PATCH] chore: Fix cargo lint --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b37298..b2504c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: Run rustdoc lints uses: actions-rs/cargo@v1 - env: + # env: # RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples" with: command: doc