From ed9cc1af5598247bdd058889ea20210e68e54b8e Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Tue, 7 Feb 2023 09:28:58 +0100 Subject: [PATCH] Remove CLI changes for clippy --- .github/workflows/test-suite.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 46e1e87dc..5a64feda8 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -147,8 +147,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - # allow unlined_format_args https://github.com/rust-lang/rust-clippy/issues/10087 - args: --all-targets -- --deny warnings --allow clippy::uninlined_format_args + args: --all-targets -- --deny warnings fmt: name: Run Rustfmt