Skip to content

Commit

Permalink
Auto merge of rust-lang#5832 - rust-lang:update_usage_instr, r=Manish…
Browse files Browse the repository at this point in the history
…earth

Update Usage section of README.md

Fixes rust-lang#5826

changelog: none
  • Loading branch information
bors committed Jul 23, 2020
2 parents 8c83d5f + bdc01c8 commit b4e4fa5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ Table of contents:

## Usage

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

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

Expand Down

0 comments on commit b4e4fa5

Please sign in to comment.