From fd3d9ea74629ef2435c8727c43ebb4aae6ece2cd Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Fri, 13 Dec 2024 15:16:32 +0800 Subject: [PATCH] update build_test.yml --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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