]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/lintcheck/README.md
Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / lintcheck / README.md
index 8c169506e533d7b7892ff558924ca46c784529ca..6f3d23382ce15d7036855a029f882035ecc3c6fe 100644 (file)
@@ -70,7 +70,7 @@ is explicitly specified in the options.
 
 ### Fix mode
 You can run `./lintcheck/target/debug/lintcheck --fix` which will run Clippy with `--fix` and
-print a warning if Clippys suggestions fail to apply (if the resulting code does not build).  
+print a warning if Clippy's 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