From baa4a8ec475ba8e7887fc8fa17582830411f1355 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 2 Aug 2026 12:16:06 +0800 Subject: revert: Remove picker_comp module and PickerArgSuggest trait --- mingling/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mingling/src/lib.rs') diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index 6c1378c..c9c6d22 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -24,10 +24,6 @@ pub mod parser; #[cfg(feature = "picker")] pub mod picker; -/// Functionality when combining `picker` and `comp` -#[cfg(all(feature = "picker", feature = "comp"))] -pub mod picker_comp; - mod constants; /// Constants used throughout the Mingling framework. -- cgit