diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-15 03:10:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-15 03:10:24 +0800 |
| commit | 0344b9bd05296b879da9688b0abddc4c9c40c9ea (patch) | |
| tree | 51d04ca6f9b0177349229420fa972c61c442c1ca /mingling_picker/src/lib.rs | |
| parent | d3ac40a44c5dec3f56393876c669ce7e0819a69e (diff) | |
refactor: consolidate result and tag modules into infos
Diffstat (limited to 'mingling_picker/src/lib.rs')
| -rw-r--r-- | mingling_picker/src/lib.rs | 7 |
1 files changed, 2 insertions, 5 deletions
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; |
