From a70e1638044e394920f961dc65cab6a17ea60781 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Fri, 15 Sep 2023 00:31:36 +0200 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e478b6a..d5b8708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,8 @@ jobs: - name: Run cargo clippy run: cargo clippy --workspace --all-targets -- -D warnings - - name: Run cargo clippy withoult default features - run: cargo clippy --workspace --all-targets --no-default-features -- -D warnings + # - name: Run cargo clippy withoult default features + # run: cargo clippy --workspace --all-targets --no-default-features -- -D warnings - name: Run cargo doc run: cargo doc --no-deps --workspace --document-private-items