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() {
576576 "\
577577 [UPDATING] git repository [..]
578578[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.
580580Please specify a package, e.g. `cargo install --git {git_url} bar`.
581581"
582582 ) )
@@ -602,7 +602,7 @@ fn multiple_packages_matching_example() {
602602 "\
603603 [UPDATING] git repository [..]
604604[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.
606606Please specify a package, e.g. `cargo install --git {git_url} bar`."
607607 ) )
608608 . run ( ) ;
You can’t perform that action at this time.
0 commit comments