mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix clippy warning
This commit is contained in:
parent
c170e86403
commit
a8bb8925cb
@ -35,7 +35,7 @@ fn show_help() {
|
|||||||
|
|
||||||
#[allow(print_stdout)]
|
#[allow(print_stdout)]
|
||||||
fn show_version() {
|
fn show_version() {
|
||||||
println!("{}", env!("CARGO_PKG_VERSION"));
|
println!(env!("CARGO_PKG_VERSION"));
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn main() {
|
pub fn main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user