From 3a45202a21b24d8331a2ead72944df9ac7c70839 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 18 Feb 2023 15:11:29 +0100 Subject: [PATCH] feat: some test --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 06dc3f0..a9cbd75 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,6 @@ use cli::Cli; pub mod cli; mod cli_generate; -// test change fn main() -> eyre::Result<()> { color_eyre::install().unwrap();