Skip to content

Commit 976bbe8

Browse files
authored
Merge pull request #2625 from mikerite/clippy_warning
Fix clippy warning
2 parents 1c73db1 + a8bb892 commit 976bbe8

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)