File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ fn multiple_packages_containing_binaries() {
576
576
"\
577
577
[UPDATING] git repository [..]
578
578
[ERROR] multiple packages with binaries found: bar, foo. \
579
- When installing a git repository, cargo will always search the entire repo for any Cargo.toml.\n \
579
+ When installing a git repository, cargo will always search the entire repo for any Cargo.toml.
580
580
Please specify a package, e.g. `cargo install --git {git_url} bar`.
581
581
"
582
582
) )
@@ -602,7 +602,7 @@ fn multiple_packages_matching_example() {
602
602
"\
603
603
[UPDATING] git repository [..]
604
604
[ERROR] multiple packages with examples found: bar, foo. \
605
- When installing a git repository, cargo will always search the entire repo for any Cargo.toml.\n \
605
+ When installing a git repository, cargo will always search the entire repo for any Cargo.toml.
606
606
Please specify a package, e.g. `cargo install --git {git_url} bar`."
607
607
) )
608
608
. run ( ) ;
You can’t perform that action at this time.
0 commit comments