Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Arlo Siemsen <arkixml@gmail.com>
  • Loading branch information
epage and arlosi authored Oct 3, 2023
1 parent b1c02ae commit 39b7fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/3491-remove-implicit-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Where undesired, users can remove these and switch their references to the
dependency from `foo` to `dep:foo`,
dealing with the [potential breaking changes](https://doc.rust-lang.org/cargo/reference/semver.html#cargo-remove-opt-dep).

Ideally, this will be accomplished by `cargo` emitting an allow-by-defaylt
Ideally, this will be accomplished by `cargo` emitting an allow-by-default
warning when parsing a workspace member's package when an optional dependency
is not referenced via `dep:` in the features
([rust-lang/cargo#9088](https://github.com/rust-lang/cargo/issues/9088))
Expand Down

0 comments on commit 39b7fa1

Please sign in to comment.