aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/pickable.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-15 17:09:27 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-15 17:09:27 +0800
commit06199a26474b1e53761ca6838014c4dc8d3488e2 (patch)
tree0fd9cdfcc680aa22799d8a9eb51beaa10379ae36 /mingling_picker/src/pickable.rs
parentd1a6e9810b4f1555fb9852065af4c9df6ed463f0 (diff)
feat(picker): add unwrap, unpack, to_result, to_option on PickerPattern
Diffstat (limited to 'mingling_picker/src/pickable.rs')
-rw-r--r--mingling_picker/src/pickable.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mingling_picker/src/pickable.rs b/mingling_picker/src/pickable.rs
index 3f86745..4f8c534 100644
--- a/mingling_picker/src/pickable.rs
+++ b/mingling_picker/src/pickable.rs
@@ -1,7 +1,5 @@
use crate::{PickerArgInfo, PickerArgResult, PickerArgs, PickerFlag, PickerFlagAttr};
-mod implements;
-
/// `Pickable` trait defines how to parse a type instance from command-line arguments.
///
/// This trait is the core abstraction of the `Picker` argument parsing system, dividing the