diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2020-01-22 01:02:32 +0100 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2020-01-22 01:06:36 +0100 |
| commit | eb2da27af27c010bf5501bbe85341ccd457dc3d7 (patch) | |
| tree | 0b1368cae571e2295be732b20f5547166a438564 /src | |
| parent | 5e8897b7b51636f157630e6639b711d698e1d101 (diff) | |
| download | rust-eb2da27af27c010bf5501bbe85341ccd457dc3d7.tar.gz rust-eb2da27af27c010bf5501bbe85341ccd457dc3d7.zip | |
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`.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs index 1fbdd50a511..2101ef27f9d 100644 --- a/src/bootstrap/flags.rs +++ b/src/bootstrap/flags.rs @@ -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 |
