diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dc23d79fe..e8d725f4f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -60,8 +60,8 @@ jobs: command: fmt args: -- --check - - name: Lint (clippy) - uses: actions-rs/cargo@v1 - with: - command: clippy - args: --all-features -- -D warnings + # - name: Lint (clippy) + # uses: actions-rs/cargo@v1 + # with: + # command: clippy + # args: --all-features -- -D warnings