mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
redundant escapes
This commit is contained in:
parent
ea27499a2e
commit
3363931f7f
@ -576,7 +576,7 @@ fn multiple_packages_containing_binaries() {
|
||||
"\
|
||||
[UPDATING] git repository [..]
|
||||
[ERROR] multiple packages with binaries found: bar, foo. \
|
||||
When installing a git repository, cargo will always search the entire repo for any Cargo.toml.\n\
|
||||
When installing a git repository, cargo will always search the entire repo for any Cargo.toml.
|
||||
Please specify a package, e.g. `cargo install --git {git_url} bar`.
|
||||
"
|
||||
))
|
||||
@ -602,7 +602,7 @@ fn multiple_packages_matching_example() {
|
||||
"\
|
||||
[UPDATING] git repository [..]
|
||||
[ERROR] multiple packages with examples found: bar, foo. \
|
||||
When installing a git repository, cargo will always search the entire repo for any Cargo.toml.\n\
|
||||
When installing a git repository, cargo will always search the entire repo for any Cargo.toml.
|
||||
Please specify a package, e.g. `cargo install --git {git_url} bar`."
|
||||
))
|
||||
.run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user