Skip to content

Commit

Permalink
Tweak Readme config suggestion to use cargo clean instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Kage-Yami committed Dec 27, 2021
1 parent d95278f commit 67f73a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ lints can be configured and the meaning of the variables.

Note that configuration changes will not apply for code that has already been compiled and cached under `./target/`;
for example, adding a new string to `doc-valid-idents` may still result in Clippy flagging that string. To be sure that
any configuration changes are applied, you may want to delete your `./target/` directory and re-compile your crate from
scratch.
any configuration changes are applied, you may want to run `cargo clean` and re-compile your crate from scratch.

To deactivate the “for further information visit *lint-link*” message you can
define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable.
Expand Down

0 comments on commit 67f73a3

Please sign in to comment.