X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2FREADME.md;h=a2984d73641694b500415990e41c25b9b57fbeda;hb=73dc675b9437c2a51a975a9f58cc66f05463c351;hp=222b81023a7705aa87847ea6fd913d50a380036c;hpb=d47ec165826acd95893c5e76e506be3d22188c99;p=rust.git diff --git a/src/tools/clippy/README.md b/src/tools/clippy/README.md index 222b81023a7..a2984d73641 100644 --- a/src/tools/clippy/README.md +++ b/src/tools/clippy/README.md @@ -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`)