diff --git a/ci/scripts/check-dylint.sh b/ci/scripts/check-dylint.sh index 4369532d89cdc..77dc5dbff71f0 100755 --- a/ci/scripts/check-dylint.sh +++ b/ci/scripts/check-dylint.sh @@ -11,4 +11,4 @@ echo "--- Run dylint check (dev, all features)" # - Warnings from `check` or `clippy` are already checked in `check.sh`. # - The toolchain used for linting could be slightly different from the one used to # compile RisingWave. Warnings from `rustc` itself may produce false positives. -DYLINT_RUSTFLAGS="-A warnings D rw_warnings" cargo dylint --all -- --all-targets --all-features --locked +DYLINT_RUSTFLAGS="-A warnings -D rw_warnings" cargo dylint --all -- --all-targets --all-features --locked