From 372fdfee155381db7cfda2dc008bac8c0fa97017 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 18 Jun 2022 14:07:27 -0400 Subject: [PATCH] Remove repeated word in in dep: error message --- src/cargo/core/resolver/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/resolver/errors.rs b/src/cargo/core/resolver/errors.rs index 711a2d734ff..306da17ef6c 100644 --- a/src/cargo/core/resolver/errors.rs +++ b/src/cargo/core/resolver/errors.rs @@ -182,7 +182,7 @@ pub(super) fn activation_error( msg.push_str("` does not have these features.\n"); msg.push_str( " It has an optional dependency with that name, \ - but but that dependency uses the \"dep:\" \ + but that dependency uses the \"dep:\" \ syntax in the features table, so it does not have an \ implicit feature with that name.\n", );