From 39b7fa1126e7f7b43ec69ad917115a1c65bc128f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 3 Oct 2023 16:05:37 -0500 Subject: [PATCH] fix: Typo Co-authored-by: Arlo Siemsen --- text/3491-remove-implicit-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/3491-remove-implicit-features.md b/text/3491-remove-implicit-features.md index 90cb1fc6592..a6663f1220d 100644 --- a/text/3491-remove-implicit-features.md +++ b/text/3491-remove-implicit-features.md @@ -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))