Skip to content

Commit 3e6de57

Browse files
committed
Fix compilation error
Apparently the bail! macro doesn't support trailing commas :-/
1 parent fc93b0f commit 3e6de57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_install.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ fn install_one(
246246
"Using `cargo install` to install the binaries for the \
247247
project in current working directory is no longer supported, \
248248
use `cargo install --path .` instead. \
249-
Use `cargo build` if you want to simply build the package.",
249+
Use `cargo build` if you want to simply build the package."
250250
),
251251
}
252252
};

0 commit comments

Comments
 (0)