Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley committed Jan 27, 2025
1 parent 05ff815 commit 1d6f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_analyze/src/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ mod tests {
nodes: Vec<RawLanguageKind>,
}

impl<'a> QueryMatcher<RawLanguage> for &'a mut BufferMatcher {
impl QueryMatcher<RawLanguage> for &mut BufferMatcher {
fn match_query(&mut self, params: MatchQueryParams<RawLanguage>) {
self.nodes.push(
params
Expand Down

0 comments on commit 1d6f724

Please sign in to comment.