Fix some Clippy lints.

This commit is contained in:
Teymour Aldridge 2022-08-04 00:13:36 +08:00
parent c23adde5a3
commit 3e5cd8815d
14 changed files with 37 additions and 43 deletions

View file

@ -432,7 +432,7 @@ fn print_debug_usage(app: &str) -> ! {
"Emit native OS signposts for profile events (currently macOS only)",
);
println!("");
println!();
process::exit(0)
}