diff options
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; |
