Merge pull request #2625 from mikerite/clippy_warning
Fix clippy warning
This commit is contained in:
commit
976bbe822a
@ -35,7 +35,7 @@ fn show_help() {
|
||||
|
||||
#[allow(print_stdout)]
|
||||
fn show_version() {
|
||||
println!("{}", env!("CARGO_PKG_VERSION"));
|
||||
println!(env!("CARGO_PKG_VERSION"));
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user