]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Use path_to_local_id
[rust.git] / README.md
index 74719f02fe086a3fcadaa2bf5a0a36b3a71b1e26..a4928e17e6a947a3bbcb02a3e43ae9575ddc6cf8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -185,6 +185,7 @@ 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