summaryrefslogtreecommitdiff
path: root/src/model/methods.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-01 16:56:35 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-02 09:18:33 +0100
commit37ac5d966ebaf97ac79c507028cd5b742b510b89 (patch)
tree249d43ff0f8d880cb5d00c236993f8ff0c1f10d8 /src/model/methods.rs
parentf547c97072881069417acd3b79b08fb7ecf40ba2 (diff)
More dynamic content representation
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),