diff options
| author | Alex Macleod <alex@macleod.io> | 2022-10-25 17:53:48 +0000 |
|---|---|---|
| committer | Alex Macleod <alex@macleod.io> | 2022-10-25 17:53:48 +0000 |
| commit | d80b1842cf287a04f51df028e5735018b51aac78 (patch) | |
| tree | e90adc89758f6fc7fc08897120316eaf628ebdbf | |
| parent | 634987b49e5401c93421d1c37e75757396b2e5a6 (diff) | |
| download | rust-d80b1842cf287a04f51df028e5735018b51aac78.tar.gz rust-d80b1842cf287a04f51df028e5735018b51aac78.zip | |
Remove note mentioning configuration changes need cargo clean
| -rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md index a8a6b86d2a1..8a9e8f20bff 100644 --- a/README.md +++ b/README.md @@ -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. |
