Skip to content

Commit

Permalink
clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Feb 3, 2023
1 parent 0102eac commit 12f7d7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ impl<'a> BuildType<'a> {

fn args(tool: Tool, examples: Option<&str>) -> ArgMatches {
let name = tool.name();
let about = format!(
"Proxy for the `llvm-{name}` tool shipped with the Rust toolchain."
);
let about = format!("Proxy for the `llvm-{name}` tool shipped with the Rust toolchain.");
let after_help = format!(
"\
The arguments specified *after* the `--` will be passed to the proxied tool invocation.
Expand Down

0 comments on commit 12f7d7c

Please sign in to comment.