Skip to content

Commit a8bb892

Browse files
author
Michael Wright
committed
Fix clippy warning
1 parent c170e86 commit a8bb892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn show_help() {
3535

3636
#[allow(print_stdout)]
3737
fn show_version() {
38-
println!("{}", env!("CARGO_PKG_VERSION"));
38+
println!(env!("CARGO_PKG_VERSION"));
3939
}
4040

4141
pub fn main() {

0 commit comments

Comments
 (0)