From fdd26053228593162fd5c41df9cfbc45d0c731b9 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 14 Jul 2026 19:43:56 +0800 Subject: feat: add lifetime-bound pickable support and refine type constraints --- mingling_picker/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_picker/src/lib.rs') diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs index d3d3fdd..fa45d71 100644 --- a/mingling_picker/src/lib.rs +++ b/mingling_picker/src/lib.rs @@ -10,6 +10,9 @@ pub use flag::*; mod result; pub use result::*; +mod tag; +pub use tag::*; + pub mod parselib; pub mod prelude { -- cgit