X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2Flintcheck%2FREADME.md;h=a61070d8a80efc11fb1c3aae004b5c14d1fc28b8;hb=e84c9aed6d82eddcaf96d1c4fe90adcd2182b9a0;hp=52bbcc0a8317dd47e2afbe4ccd2e854deaac7d10;hpb=fb3ea63d9b4c3e9bb90d4250b870faaffb9c8fd2;p=rust.git diff --git a/src/tools/clippy/lintcheck/README.md b/src/tools/clippy/lintcheck/README.md index 52bbcc0a831..a61070d8a80 100644 --- a/src/tools/clippy/lintcheck/README.md +++ b/src/tools/clippy/lintcheck/README.md @@ -73,5 +73,5 @@ You can run `./lintcheck/target/debug/lintcheck --fix` which will run Clippy wit print a warning if Clippys suggestions fail to apply (if the resulting code does not build). This lets us spot bad suggestions or false positives automatically in some cases. -Please note that the target dir should be cleaned afterwards since clippy will modify +Please note that the target dir should be cleaned afterwards since clippy will modify the downloaded sources which can lead to unexpected results when running lintcheck again afterwards.