diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-17 04:18:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-17 04:18:27 +0800 |
| commit | 21b1872871a2af6483bfe8667749a9d3197b45de (patch) | |
| tree | 5c1c3e383ab92f448f86268d7508ccad3b00a070 /mingling_picker/src/pickable/multi_pickable.rs | |
| parent | ab803966fedb640fedc95e22259e09b2922b22a0 (diff) | |
feat(mingling, mingling_picker): add feature constants and fixunreleased
formatting
Add `MINGLING_CORE` and `MINGLING_MACROS` feature flag constants to
the mingling crate, mirroring existing pattern for other features
Reorganize imports and reformat closures in mingling_picker for
consistent style
Diffstat (limited to 'mingling_picker/src/pickable/multi_pickable.rs')
| -rw-r--r-- | mingling_picker/src/pickable/multi_pickable.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mingling_picker/src/pickable/multi_pickable.rs b/mingling_picker/src/pickable/multi_pickable.rs index 0ab0508..84a8068 100644 --- a/mingling_picker/src/pickable/multi_pickable.rs +++ b/mingling_picker/src/pickable/multi_pickable.rs @@ -1,8 +1,7 @@ use crate::{ + Pickable, PickerArg, PickerArgAttr, PickerArgResult, SinglePickable, TagPhaseContext, matcher_needed::Matcher, parselib::{MultiArgMatcher, ParserStyle}, - Pickable, PickerArg, PickerArgAttr, PickerArgResult, - SinglePickable, TagPhaseContext, }; /// Boundary check for multi-value positional parameters. |
