Skip to content

Commit 6fd40f4

Browse files
committed
Correct the scoping of a change
1 parent 648476e commit 6fd40f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-03-26-this-development-cycle-in-cargo-1.78.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ and make it easier for crates.io to add more features to their frontend
198198
(e.g. [crates.io#5882](https://github.com/rust-lang/crates.io/issues/5882)
199199
and [crates.io#814](https://github.com/rust-lang/crates.io/issues/814)).
200200

201-
We hope to be able to build on that work to defer lints out of manifest parsing, allowing us to skip the lint analysis when its for a transitive dependency
201+
We hope to be able to build on that work to defer lints out of manifest parsing, allowing us to skip the lint analysis when its for a dependency
202202
(thanks to [cap-lints](https://doc.rust-lang.org/rustc/lints/levels.html#capping-lints)).
203203

204204
##### MSRV-aware Cargo

0 commit comments

Comments
 (0)