From 0344b9bd05296b879da9688b0abddc4c9c40c9ea Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 15 Jul 2026 03:10:24 +0800 Subject: refactor: consolidate result and tag modules into infos --- mingling_picker/src/lib.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mingling_picker/src/lib.rs') diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs index d2885d9..bee2c50 100644 --- a/mingling_picker/src/lib.rs +++ b/mingling_picker/src/lib.rs @@ -7,11 +7,8 @@ pub use pickable::*; mod flag; pub use flag::*; -mod result; -pub use result::*; - -mod tag; -pub use tag::*; +mod infos; +pub use infos::*; pub mod parselib; -- cgit