Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Jul 30, 2024
1 parent fdd1b53 commit ba86b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/lsp/src/requests/inlay_hint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl<'a> InlayHintCollector<'a> {
}
}

self.collect_in_expression(&lambda.body)
self.collect_in_expression(&lambda.body);
}
ExpressionKind::Parenthesized(parenthesized) => {
self.collect_in_expression(parenthesized);
Expand Down

0 comments on commit ba86b6b

Please sign in to comment.