Skip to content

Commit ac4726b

Browse files
committed
Auto merge of #395 - ecstatic-morse:clippy-mode, r=pietroalbini
Add documentation for new clippy mode Instructions for populating `rustflags` are included elsewhere in the docs, so this single line should suffice. This should have been included in #391 (whoops).
2 parents a3c0c80 + efe5bfb commit ac4726b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/bot-usage.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The following experiment modes are currently available:
6767
* `build-and-test`: run `cargo build` and `cargo test` on every crate
6868
* `build-only`: run `cargo build` on every crate
6969
* `check-only`: run `cargo check` on every crate (faster)
70+
* `clippy`: run `cargo clippy` on every crate
7071
* `rustdoc`: run `cargo doc --no-deps` on every crate
7172

7273
The mode you should use depends on what your experiment is testing:

0 commit comments

Comments
 (0)