Skip to content

Commit c6035ab

Browse files
authored
Rollup merge of rust-lang#68440 - matthiaskrgr:xpyclippy, r=Mark-Simulacrum
bootstrap: update clippy subcmd decription Clarify where the clippy used in `./x.py clippy` is coming from. It uses whatever clippy binary was installed via rustup, cargo-install or otherwise and does NOT use the binary generated by `./x.py build src/tools/clippy`.
2 parents 41b00c0 + eb2da27 commit c6035ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/flags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Usage: x.py <subcommand> [options] [<paths>...]
104104
Subcommands:
105105
build Compile either the compiler or libraries
106106
check Compile either the compiler or libraries, using cargo check
107-
clippy Run clippy
107+
clippy Run clippy (uses rustup/cargo-installed clippy binary)
108108
fix Run cargo fix
109109
fmt Run rustfmt
110110
test Build and run some test suites

0 commit comments

Comments
 (0)