From ade1cb1495f649c8657987cc44cdb44bcca67df7 Mon Sep 17 00:00:00 2001 From: dullbananas Date: Fri, 26 Jan 2024 02:33:03 -0700 Subject: [PATCH] Remove outdated comment from .woodpecker.yml (#4404) --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index de874ae5d..3d6ad04ac 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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