Skip to content

Commit b4e4fa5

Browse files
committed
Auto merge of #5832 - rust-lang:update_usage_instr, r=Manishearth
Update Usage section of README.md Fixes #5826 changelog: none
2 parents 8c83d5f + bdc01c8 commit b4e4fa5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ Table of contents:
4242

4343
## Usage
4444

45-
Since this is a tool for helping the developer of a library or application
46-
write better code, it is recommended not to include Clippy as a hard dependency.
47-
Options include using it as an optional dependency, as a cargo subcommand, or
48-
as an included feature during build. These options are detailed below.
45+
Below are instructions on how to use Clippy as a subcommand, compiled from source
46+
or in Travis CI.
4947

5048
### As a cargo subcommand (`cargo clippy`)
5149

0 commit comments

Comments
 (0)