From d77e8926dff6466f0c46ee4529dd9f7b9772ae99 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 17 Jul 2026 08:48:35 +0800 Subject: feat(corebind): add EntryPicker trait for binding entry types to Picker BREAKING CHANGE: prelude now exports EntryPicker in place of IntoPicker when mingling_support feature is enabled --- mingling_picker/src/corebind.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mingling_picker/src/corebind.rs') diff --git a/mingling_picker/src/corebind.rs b/mingling_picker/src/corebind.rs index 8b13789..3581871 100644 --- a/mingling_picker/src/corebind.rs +++ b/mingling_picker/src/corebind.rs @@ -1 +1,2 @@ - +mod entry_picker; +pub use entry_picker::*; -- cgit