From 2e2426921c0226aba62c759491d5b25bc4c4d48b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:15:26 +0000 Subject: [PATCH] fix: Fix module structure and simplify CI --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 3ff0447..4617fa2 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,2 +1,2 @@ pub mod config; -pub use config::{Dotfile, Config, SyncConfig, MergeConfig, DetectConfig, BackupConfig}; +pub use config::{Config, Dotfile}; \ No newline at end of file