summaryrefslogtreecommitdiffstats
path: root/crates/regex/src/literal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/regex/src/literal.rs')
-rw-r--r--crates/regex/src/literal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/regex/src/literal.rs b/crates/regex/src/literal.rs
index f690bde2..cbb49dbe 100644
--- a/crates/regex/src/literal.rs
+++ b/crates/regex/src/literal.rs
@@ -35,7 +35,7 @@ impl LiteralSets {
LiteralSets {
prefixes: Literals::prefixes(expr),
suffixes: Literals::suffixes(expr),
- required: required,
+ required,
}
}