We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec9edbc + d80b184 commit 70187c7Copy full SHA for 70187c7
README.md
@@ -204,12 +204,6 @@ lints can be configured and the meaning of the variables.
204
>
205
> `clippy.toml` or `.clippy.toml` cannot be used to allow/deny lints.
206
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
-
213
To deactivate the “for further information visit *lint-link*” message you can
214
define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable.
215
0 commit comments