Skip to content

Commit 372fdfe

Browse files
authored
Remove repeated word in in dep: error message
1 parent 17d4db0 commit 372fdfe

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)