From 87b461ee377c7276aabbd24dadd8f4dac1b7024d Mon Sep 17 00:00:00 2001 From: blyxyas Date: Fri, 22 Sep 2023 11:57:04 +0200 Subject: [PATCH] Format --- src/driver.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/driver.rs b/src/driver.rs index ac1063a4cbe5..e78d9696773e 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -213,7 +213,7 @@ pub fn main() { if orig_args.iter().any(|a| a == "--version" || a == "-V") { let version_info = rustc_tools_util::get_version_info!(); - + println!("{version_info}"); exit(0); } @@ -274,7 +274,7 @@ pub fn main() { #[must_use] fn help_message() -> &'static str { color_print::cstr!( -"Checks a file to catch common mistakes and improve your Rust code. + "Checks a file to catch common mistakes and improve your Rust code. Run clippy-driver with the same arguments you use for rustc Usage: