]> git.lizzy.rs Git - rust.git/blobdiff - lintcheck/README.md
Handle 'implementation safety' headers as well
[rust.git] / lintcheck / README.md
index 983f59efdbd22f7c3eae963e2f253833b4f16228..8c169506e533d7b7892ff558924ca46c784529ca 100644 (file)
@@ -69,7 +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 print a warning if Clippys suggestions fail to apply (if the resulting code does not build).
+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 the downloaded sources which can lead to unexpected results when running lintcheck again afterwards.
\ No newline at end of file
+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.