Skip to content

Commit fba01e6

Browse files
epagejoshtriplett
andauthored
fix: Improve grammar
Co-authored-by: Josh Triplett <[email protected]>
1 parent af140d7 commit fba01e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/inside-rust/this-development-cycle-in-cargo-1.90.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ and adopting of new lints in a code base.
6464
However, `cargo fix`
6565
- Can be slow ([#13214](https://github.com/rust-lang/cargo/issues/13214))
6666
- Only applies a subset of possible lints
67-
- You can't be selective of which lints are fixed without a lot of mucking with `RUSTFLAGS` which was important with the 2024 Edition migration because some lints still had a lot of false positives at first
67+
- Can't be selective of which lints are fixed without a lot of mucking with `RUSTFLAGS` which was important with the 2024 Edition migration because some lints still had a lot of false positives at first
6868

6969
A problem with addressing these is the current architecture.
7070
`cargo fix` is implemented as a variant of `cargo check` that replaces `rustc` with `cargo` being run in a special mode that will call `rustc` in a loop, applying fixes until there are none.

0 commit comments

Comments
 (0)