diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-01-05 15:01:06 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-01-08 12:47:59 +0100 |
| commit | a7de33069ae1a04b8151250bb1af9ea7bdd75c4b (patch) | |
| tree | 8d404b4d510729604efe1c4e9c3f3858f623d24c | |
| parent | cfee64bf34268c28e4a56d1324d868174e52d7b7 (diff) | |
| download | mullvadvpn-a7de33069ae1a04b8151250bb1af9ea7bdd75c4b.tar.xz mullvadvpn-a7de33069ae1a04b8151250bb1af9ea7bdd75c4b.zip | |
Remove outdated custom warn flag
| -rw-r--r-- | .github/workflows/testframework-clippy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/testframework-clippy.yml b/.github/workflows/testframework-clippy.yml index 670001c882..013a608f90 100644 --- a/.github/workflows/testframework-clippy.yml +++ b/.github/workflows/testframework-clippy.yml @@ -43,7 +43,7 @@ jobs: env: RUSTFLAGS: --deny warnings run: | - time cargo clippy --locked -- -W clippy::unused_async + time cargo clippy --locked clippy-check-test-windows: name: Clippy linting of test workspace (Windows) @@ -70,4 +70,4 @@ jobs: RUSTFLAGS: --deny warnings run: | # Exclude checking test-manager on Windows, since it is not a supported compilation target. - time cargo clippy --workspace --exclude test-manager --locked -- -W clippy::unused_async + time cargo clippy --workspace --exclude test-manager --locked |
