aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/parser/picker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/parser/picker.rs')
-rw-r--r--mingling/src/parser/picker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/parser/picker.rs b/mingling/src/parser/picker.rs
index 915bc35..91c7c83 100644
--- a/mingling/src/parser/picker.rs
+++ b/mingling/src/parser/picker.rs
@@ -725,7 +725,7 @@ where
Self: Into<Vec<String>>,
{
/// Converts the value into a `Picker` by first converting it into a `Vec<String>`.
- fn as_picker(self) -> Picker
+ fn to_picker(self) -> Picker
where
Self: Sized,
Vec<String>: From<Self>,