]> git.lizzy.rs Git - rust.git/blobdiff - README.md
lintcheck: fix --fix and document it in the readme.
[rust.git] / README.md
index 3cc03cf360336bc2588b1ba34af53040b19c42de..63057609bb6fec5063ade880b9806a09fdfe42e5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -202,7 +202,6 @@ the lint(s) you are interested in:
 ```terminal
 cargo clippy -- -A clippy::all -W clippy::useless_format -W clippy::...
 ```
-Note that if you've run clippy before, this may only take effect after you've modified a file or ran `cargo clean`.
 
 ### Specifying the minimum supported Rust version