]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/README.md
Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-se
[rust.git] / src / tools / clippy / README.md
index 3cc03cf360336bc2588b1ba34af53040b19c42de..63057609bb6fec5063ade880b9806a09fdfe42e5 100644 (file)
@@ -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