From 12f7d7c8e4fec2cb9231f7300a593aca7cc64dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gardstr=C3=B6m?= Date: Fri, 3 Feb 2023 20:32:43 +0100 Subject: [PATCH] clippy --fix --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 366aa7f..9633be3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.