Skip to content

Commit 3742a12

Browse files
apirainoLilyAcorn
andauthored
Update guide/src/examples/clippy.md
Co-authored-by: Lily Foote <[email protected]>
1 parent b20b75f commit 3742a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/examples/clippy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If the list of changes is too big or nothing is jumping out as a possible culpri
1414
To bisect a clippy warning, you can upgrade the warning to an error:
1515

1616
```sh
17-
cargo bisect-rustc --start=1.84.0 --end=1.85.0 -c clippy -- clippy -- -F clippy::useless_conversion
17+
cargo bisect-rustc --start=1.84.0 --end=1.85.0 -c clippy -- clippy -- --forbid clippy::useless_conversion
1818
```
1919

2020
[`rust-clippy`]: https://github.com/rust-lang/rust-clippy/

0 commit comments

Comments
 (0)