fixed broken error made by newline char in cargo install . error message

This commit is contained in:
Adam Butler 2022-11-22 13:19:05 +09:30 committed by GitHub
parent bf9006d9c4
commit c5836e97ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,8 +329,8 @@ fn missing_current_working_directory() {
.with_stderr(
"\
error: To install the binaries for the package in current working \
directory use `cargo install --path .`. Use `cargo build` if you \
want to simply build the package.
directory use `cargo install --path .`. \n\
Use `cargo build` if you want to simply build the package.
",
)
.run();