diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-02-08 14:08:00 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-02-08 14:08:00 +0100 |
| commit | 50e5c186ca0bc14903f928b6f13fa56a11bcd760 (patch) | |
| tree | 902d849f61d400122a7943caca901cee30e1fd87 /.github | |
| parent | 0a570d1348eae02474953fababe30d856f323512 (diff) | |
| parent | c47cc4d674122aa4da8ed3cd5d8ee4ec7de73090 (diff) | |
| download | mullvadvpn-50e5c186ca0bc14903f928b6f13fa56a11bcd760.tar.xz mullvadvpn-50e5c186ca0bc14903f928b6f13fa56a11bcd760.zip | |
Merge branch 'deny-clippy-unused_async'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/clippy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 3137e67fd1..524e329422 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -37,4 +37,4 @@ jobs: run: |- export RUSTFLAGS="--deny warnings" source env.sh - time cargo clippy --locked --verbose + time cargo clippy --locked -- -W clippy::unused_async |
