summaryrefslogtreecommitdiff
path: root/src/model/methods.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/methods.rs')
-rw-r--r--src/model/methods.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/methods.rs b/src/model/methods.rs
index 57fff681..07cbb822 100644
--- a/src/model/methods.rs
+++ b/src/model/methods.rs
@@ -36,7 +36,6 @@ pub fn call(
"position" => string
.position(args.expect("pattern")?)
.map_or(Value::None, Value::Int),
-
"match" => string
.match_(args.expect("pattern")?)
.map_or(Value::None, Value::Dict),