mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
README
: mention clippy-driver
on usage list
Removes the "compiled from source" bit, which is confusing. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
fd97d792f9
commit
3d4fdedd7e
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ Table of contents:
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Below are instructions on how to use Clippy as a subcommand, compiled from source
|
Below are instructions on how to use Clippy as a cargo subcommand,
|
||||||
or in Travis CI.
|
in projects that do not use cargo, or in Travis CI.
|
||||||
|
|
||||||
### As a cargo subcommand (`cargo clippy`)
|
### As a cargo subcommand (`cargo clippy`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue