diff options
| author | bors <bors@rust-lang.org> | 2020-04-16 21:41:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-16 21:41:14 +0000 |
| commit | eb9c15a6b38d6b1a64f7e6a1360d533014c0e797 (patch) | |
| tree | 8222bea2bd467b714d02421b32027fb9d6c141d8 | |
| parent | adf7c505e611ec99b4107c5358f61b6108c72f8f (diff) | |
| parent | 65bc234c5ca8d844d642fcb96a726b7a7438698f (diff) | |
| download | rust-eb9c15a6b38d6b1a64f7e6a1360d533014c0e797.tar.gz rust-eb9c15a6b38d6b1a64f7e6a1360d533014c0e797.zip | |
Auto merge of #5479 - matthiaskrgr:readme_auto_fix, r=flip1995
readme: update to cargo clippy --fix command changelog: none
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 2a30f5e8e53..222b81023a7 100644 --- a/README.md +++ b/README.md @@ -83,11 +83,11 @@ cargo clippy #### Automatically applying Clippy suggestions -Some Clippy lint suggestions can be automatically applied by `cargo fix`. +Clippy can automatically apply some lint suggestions. Note that this is still experimental and only supported on the nightly channel: ```terminal -cargo fix -Z unstable-options --clippy +cargo clippy --fix -Z unstable-options ``` ### Running Clippy from the command line without installing it |
