]> git.lizzy.rs Git - rust.git/blobdiff - lintcheck/README.md
Handle 'implementation safety' headers as well
[rust.git] / lintcheck / README.md
index 52bbcc0a8317dd47e2afbe4ccd2e854deaac7d10..8c169506e533d7b7892ff558924ca46c784529ca 100644 (file)
@@ -69,9 +69,9 @@ is checked.
 is explicitly specified in the options.
 
 ### Fix mode
-You can run `./lintcheck/target/debug/lintcheck --fix` which will run Clippy with `-Zunstable-options --fix` and
+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).  
 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.