Skip to content

Commit 6000a8d

Browse files
epageobi1kenobi
andauthored
Fix typo
Co-authored-by: Predrag Gruevski <[email protected]>
1 parent ec8c67a commit 6000a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-06-19-this-development-cycle-in-cargo-1.80.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This would be short term and could run into its own issues with being confusing,
223223
A crater run exposed a couple of bugs with `cargo fix` when migrating implicit features to explicit features ([#14010](https://github.com/rust-lang/cargo/issues/14010)).
224224

225225
<!-- 2024-06-11 -->
226-
This exposed a misunderstand that `["dep_name/feature_name"]` is not always the same as `["dep:dep_name", "dep_name?/feature_name"]` because the former won't suppress the creation of an implicit feature.
226+
This exposed a misunderstanding that `["dep_name/feature_name"]` is not always the same as `["dep:dep_name", "dep_name?/feature_name"]` because the former won't suppress the creation of an implicit feature.
227227
As a side effect of how we prevent implicit features from being created in Edition 2024,
228228
there are corner cases where the `["dep_name/feature_name"]` syntax will error
229229
([#14016](https://github.com/rust-lang/cargo/issues/14016))

0 commit comments

Comments
 (0)