Skip to content

Commit

Permalink
fixes a new clippy warnings (#8373)
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Mar 25, 2024
1 parent f79fc6a commit 949594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ impl Application for ZebradApp {
}
};

let app_metadata = vec![
let app_metadata = [
// build-time constant: cargo or git tag + short commit
("version", build_version().to_string()),
// config
Expand Down

0 comments on commit 949594c

Please sign in to comment.