From 2d5af3688e9521daee0eb76390837957cfd62ffa Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 6 Jul 2023 20:11:28 +0200 Subject: [PATCH] Change check_all --- pic32-hal/check_all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pic32-hal/check_all b/pic32-hal/check_all index bea4bbe..716f0e5 100755 --- a/pic32-hal/check_all +++ b/pic32-hal/check_all @@ -1,6 +1,8 @@ #!/usr/bin/sh # check and clippy for all reasonable feature combinations +export RUSTFLAGS="$RUSTFLAGS -Dwarnings" + cargo_check() { local features=$1 echo "cargo check --features $features"