Skip to content

Commit 3363931

Browse files
committed
redundant escapes
1 parent ea27499 commit 3363931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/install.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
580580
Please 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.
606606
Please specify a package, e.g. `cargo install --git {git_url} bar`."
607607
))
608608
.run();

0 commit comments

Comments
 (0)