Skip to content

Commit 70187c7

Browse files
committed
Auto merge of rust-lang#9717 - Alexendoo:readme-note, r=flip1995
Remove note mentioning configuration changes need cargo clean Missed this in rust-lang#9707 changelog: none
2 parents ec9edbc + d80b184 commit 70187c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,6 @@ lints can be configured and the meaning of the variables.
204204
>
205205
> `clippy.toml` or `.clippy.toml` cannot be used to allow/deny lints.
206206
207-
> **Note**
208-
>
209-
> Configuration changes will not apply for code that has already been compiled and cached under `./target/`;
210-
> for example, adding a new string to `doc-valid-idents` may still result in Clippy flagging that string. To be sure
211-
> that any configuration changes are applied, you may want to run `cargo clean` and re-compile your crate from scratch.
212-
213207
To deactivate the “for further information visit *lint-link*” message you can
214208
define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable.
215209

0 commit comments

Comments
 (0)