Skip to content

Commit

Permalink
Fix forgotten reference
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Mar 26, 2024
1 parent b2152c5 commit 26d7802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/pattern/regex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl Matcher for RegexPattern {
&'a self,
binding: &ResolvedPattern<'a>,
state: &mut State<'a>,
context: &Context<'a>,
context: &'a impl Context,
logs: &mut AnalysisLogs,
) -> Result<bool> {
self.execute_matching(binding, state, context, logs, true)
Expand Down

0 comments on commit 26d7802

Please sign in to comment.