We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751e2f7 commit 87b461eCopy full SHA for 87b461e
src/driver.rs
@@ -213,7 +213,7 @@ pub fn main() {
213
214
if orig_args.iter().any(|a| a == "--version" || a == "-V") {
215
let version_info = rustc_tools_util::get_version_info!();
216
-
+
217
println!("{version_info}");
218
exit(0);
219
}
@@ -274,7 +274,7 @@ pub fn main() {
274
#[must_use]
275
fn help_message() -> &'static str {
276
color_print::cstr!(
277
-"Checks a file to catch common mistakes and improve your Rust code.
+ "Checks a file to catch common mistakes and improve your Rust code.
278
Run <cyan>clippy-driver</> with the same arguments you use for <cyan>rustc</>
279
280
<green,bold>Usage</>:
0 commit comments