diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-12-20 13:22:32 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-01-07 12:49:46 +0100 |
| commit | 8ba89fd41f5cc297335d662f4ecff39752ac195e (patch) | |
| tree | 8084c82ea7b256af6ccf7c888ddb2bd14bfb99a8 /ci | |
| parent | 90f84c1489b51dfdf02252c9250120dcef943304 (diff) | |
| download | mullvadvpn-8ba89fd41f5cc297335d662f4ecff39752ac195e.tar.xz mullvadvpn-8ba89fd41f5cc297335d662f4ecff39752ac195e.zip | |
Deny unused variables in Rust on CI
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ci-rust-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci-rust-script.sh b/ci/ci-rust-script.sh index 69fa837186..7fc7c26eab 100755 --- a/ci/ci-rust-script.sh +++ b/ci/ci-rust-script.sh @@ -3,7 +3,7 @@ set -eux RUST_TOOLCHAIN_CHANNEL=$1 -export RUSTFLAGS="--deny unused_imports --deny dead_code --deny unused_mut" +export RUSTFLAGS="--deny unused_imports --deny dead_code --deny unused_mut --deny unused_variables" source env.sh "" |
