From 1b109f0cf08bac23d7f74598abbfad7fda71f09d Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Mon, 12 May 2025 17:15:35 -0300 Subject: [PATCH] fix: rename compression module to compression_engine and remove unused imports --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f0bf6b9..61c2491 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ use std::str::FromStr; #[macro_use] extern crate lazy_static; -pub mod compression; +pub mod compression_engine; pub mod db; //pub mod item;