Remove outdated comment from .woodpecker.yml (#4404)

This commit is contained in:
dullbananas 2024-01-26 02:33:03 -07:00 committed by GitHub
parent 0f414a95d5
commit ade1cb1495
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,6 @@ steps:
environment:
CARGO_HOME: .cargo_home
commands:
# when adding new clippy lints, make sure to also add them in scripts/lint.sh
- rustup component add clippy
- cargo clippy --workspace --tests --all-targets --features console -- -D warnings
when: *slow_check_paths