fixes a new clippy warnings (#8373)
This commit is contained in:
parent
f79fc6aa8e
commit
949594c25a
|
@ -274,7 +274,7 @@ impl Application for ZebradApp {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
let app_metadata = vec![
|
let app_metadata = [
|
||||||
// build-time constant: cargo or git tag + short commit
|
// build-time constant: cargo or git tag + short commit
|
||||||
("version", build_version().to_string()),
|
("version", build_version().to_string()),
|
||||||
// config
|
// config
|
||||||
|
|
Loading…
Reference in New Issue