diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-08-26 13:33:03 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-08-26 15:06:47 +0200 |
| commit | 5cbd2ed40babc202b2e4e3c5f0a44abf1e15c7e6 (patch) | |
| tree | 04380309f744f1e1d5350aeb8fa308cecd4056e5 /ci | |
| parent | 282a72a8b33c430e3ea47843eafeec7e41d7806c (diff) | |
| download | mullvadvpn-5cbd2ed40babc202b2e4e3c5f0a44abf1e15c7e6.tar.xz mullvadvpn-5cbd2ed40babc202b2e4e3c5f0a44abf1e15c7e6.zip | |
Make the unconditional_recursion Rust warning into an error
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 f6f6b4f51f..59a6d0eab1 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 --deny unused_variables --deny unused_parens" +export RUSTFLAGS="--deny unused_imports --deny dead_code --deny unused_mut --deny unused_variables --deny unused_parens --deny unconditional_recursion" source env.sh |
