Remove note mentioning configuration changes need cargo clean
This commit is contained in:
parent
634987b49e
commit
d80b1842cf
@ -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.
|
> `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
|
To deactivate the “for further information visit *lint-link*” message you can
|
||||||
define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable.
|
define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user