added missing type annotation
This commit is contained in:
parent
de5aa01daf
commit
3e86e4f053
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ mod flag;
|
||||||
|
|
||||||
use crate::color::Colors;
|
use crate::color::Colors;
|
||||||
|
|
||||||
static VERSION = env!("CARGO_PKG_VERSION");
|
static VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut args = Arguments::from_env();
|
let mut args = Arguments::from_env();
|
||||||
|
|
Loading…
Reference in a new issue