]> git.lizzy.rs Git - rust.git/blobdiff - lintcheck/README.md
Auto merge of #7426 - ebobrow:doc-markdown-fp, r=llogiq
[rust.git] / lintcheck / README.md
index a61070d8a80efc11fb1c3aae004b5c14d1fc28b8..8c169506e533d7b7892ff558924ca46c784529ca 100644 (file)
@@ -69,7 +69,7 @@ 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.