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`.
This commit is contained in:
parent
5e8897b7b5
commit
eb2da27af2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Usage: x.py <subcommand> [options] [<paths>...]
|
|||
Subcommands:
|
||||
build Compile either the compiler or libraries
|
||||
check Compile either the compiler or libraries, using cargo check
|
||||
clippy Run clippy
|
||||
clippy Run clippy (uses rustup/cargo-installed clippy binary)
|
||||
fix Run cargo fix
|
||||
fmt Run rustfmt
|
||||
test Build and run some test suites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue