Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
Apparently the bail! macro doesn't support trailing commas :-/
  • Loading branch information
dwijnand committed Aug 22, 2018
1 parent fc93b0f commit 3e6de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ fn install_one(
"Using `cargo install` to install the binaries for the \
project in current working directory is no longer supported, \
use `cargo install --path .` instead. \
Use `cargo build` if you want to simply build the package.",
Use `cargo build` if you want to simply build the package."
),
}
};
Expand Down

0 comments on commit 3e6de57

Please sign in to comment.