File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ fn clean_bins(
309
309
if restricted_names:: is_conflicting_artifact_name ( & name) {
310
310
anyhow:: bail!(
311
311
"the binary target name `{}` is forbidden, \
312
- it conflicts with with cargo's build directory names",
312
+ it conflicts with cargo's build directory names",
313
313
name
314
314
)
315
315
}
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ fn cargo_compile_with_forbidden_bin_target_name() {
488
488
[ERROR] failed to parse manifest at `[..]`
489
489
490
490
Caused by:
491
- the binary target name `build` is forbidden, it conflicts with with cargo's build directory names
491
+ the binary target name `build` is forbidden, it conflicts with cargo's build directory names
492
492
" ,
493
493
)
494
494
. run ( ) ;
You can’t perform that action at this time.
0 commit comments