Auto merge of #10769 - jonhoo:patch-1, r=Eh2406

Remove repeated word in in dep: error message
This commit is contained in:
bors 2022-06-18 19:15:32 +00:00
commit 2fcd302b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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",
);