diff --git a/script/clippy.sh b/script/clippy.sh index a3fbb1b74..cd3967283 100755 --- a/script/clippy.sh +++ b/script/clippy.sh @@ -52,5 +52,5 @@ if [ -z "$1" ] || [ "$1" == "risc0" ]; then export RISC0_DEV_MODE=1 export CI=1 cargo ${TOOLCHAIN_RISC0} run --bin risc0-builder - cargo ${TOOLCHAIN_RISC0} clippy -p raiko-host -p risc0-builder -p risc0-driver -F "risc0 enable" + cargo ${TOOLCHAIN_RISC0} clippy -F risc0 fi