diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 1cc60230cd..f3fdd86633 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -29,7 +29,7 @@ jobs: - name: run cargo check uses: actions-rs/cargo@v1 env: - RUSTFLAGS: -Wclippy::use_self -D warnings + RUSTFLAGS: -D warnings with: command: clippy args: --all-targets