diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-09 15:52:31 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-09 15:52:31 +0200 |
| commit | c65aaa9137aaefe37df7e87602a9ab25cb72c975 (patch) | |
| tree | e889cc39cc5b0ec92e0bd651a00d3a4874f7f00b /src/eval | |
| parent | ad41482b70b4193563d00ddf10375fdc0d54d1b4 (diff) | |
Undo regex type rename
Unnecessary breaking change for now
Diffstat (limited to 'src/eval')
| -rw-r--r-- | src/eval/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/str.rs b/src/eval/str.rs index 48ba8311..e3e83f3a 100644 --- a/src/eval/str.rs +++ b/src/eval/str.rs @@ -567,7 +567,7 @@ impl Hash for Regex { } cast! { - type Regex: "regex", + type Regex: "regular expression", } /// A pattern which can be searched for in a string. |
