From b1e50f6c6dabd29081691aa2dabdd0b65cd8d78f Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Fri, 3 Nov 2023 10:32:32 +0000 Subject: [PATCH] chore: updated Signed-off-by: Alex Jones --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index a8cca85..237a474 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,11 +3,9 @@ mod analyze; mod analyzer; mod config; mod outputs; - mod utils; mod bedrock; - #[derive(Parser)] #[command(author, version, about, long_about = None)] pub struct Args {