]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/lintcheck/README.md
Delete spaces
[rust.git] / src / tools / clippy / lintcheck / README.md
index 52bbcc0a8317dd47e2afbe4ccd2e854deaac7d10..a61070d8a80efc11fb1c3aae004b5c14d1fc28b8 100644 (file)
@@ -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.