added missing type annotation

This commit is contained in:
Valerie Wolfe 2023-06-19 20:52:22 -04:00
parent de5aa01daf
commit 3e86e4f053

View file

@ -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();