mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
main: end error messages with a newline
This commit is contained in:
parent
c76517d6c4
commit
1b0749a6d0
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ pub fn main() {
|
||||||
.map(AsRef::as_ref)) {
|
.map(AsRef::as_ref)) {
|
||||||
metadata
|
metadata
|
||||||
} else {
|
} else {
|
||||||
let _ = io::stderr().write_fmt(format_args!("error: Could not obtain cargo metadata."));
|
let _ = io::stderr().write_fmt(format_args!("error: Could not obtain cargo metadata.\n"));
|
||||||
process::exit(101);
|
process::exit(101);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue