Skip to content

Commit 2fcd302

Browse files
committed
Auto merge of #10769 - jonhoo:patch-1, r=Eh2406
Remove repeated word in in dep: error message
2 parents 17d4db0 + 372fdfe commit 2fcd302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/resolver/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub(super) fn activation_error(
182182
msg.push_str("` does not have these features.\n");
183183
msg.push_str(
184184
" It has an optional dependency with that name, \
185-
but but that dependency uses the \"dep:\" \
185+
but that dependency uses the \"dep:\" \
186186
syntax in the features table, so it does not have an \
187187
implicit feature with that name.\n",
188188
);

0 commit comments

Comments
 (0)