We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20b75f commit 3742a12Copy full SHA for 3742a12
guide/src/examples/clippy.md
@@ -14,7 +14,7 @@ If the list of changes is too big or nothing is jumping out as a possible culpri
14
To bisect a clippy warning, you can upgrade the warning to an error:
15
16
```sh
17
-cargo bisect-rustc --start=1.84.0 --end=1.85.0 -c clippy -- clippy -- -F clippy::useless_conversion
+cargo bisect-rustc --start=1.84.0 --end=1.85.0 -c clippy -- clippy -- --forbid clippy::useless_conversion
18
```
19
20
[`rust-clippy`]: https://github.com/rust-lang/rust-clippy/
0 commit comments