diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-02 12:16:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-02 12:16:06 +0800 |
| commit | baa4a8ec475ba8e7887fc8fa17582830411f1355 (patch) | |
| tree | f60b4f5839dee21e69ca97b4f3df0b664575154f /mingling/src/lib.rs | |
| parent | 43fadfa22b1f28382338c892d91a6c388b5e540c (diff) | |
revert: Remove picker_comp module and PickerArgSuggest trait
Diffstat (limited to 'mingling/src/lib.rs')
| -rw-r--r-- | mingling/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
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. |
