Skip to content

Commit

Permalink
Remove note mentioning configuration changes need cargo clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo authored and kraktus committed Oct 26, 2022
1 parent cf1e342 commit 2ac3649
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ lints can be configured and the meaning of the variables.
>
> `clippy.toml` or `.clippy.toml` cannot be used to allow/deny lints.
> **Note**
>
> 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 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 2ac3649

Please sign in to comment.