diff --git a/crates/but/agents.md b/crates/but/agents.md index 79dd93345e..048cce20ee 100644 --- a/crates/but/agents.md +++ b/crates/but/agents.md @@ -26,4 +26,4 @@ Usable output goes to `out: &mut OutputChannel` ### Linting * use `cargo fmt --check --all` to check for formatting issues. -* use `cargo clippy --fix --allow-dirty` to auto-fix clippy errors. +* use `cargo clippy --all-targets --fix --allow-dirty` to auto-fix clippy errors.