chore: fix clippy

This commit is contained in:
rvcas 2023-01-24 11:58:52 -05:00 committed by Lucas
parent ba05f1f070
commit 3c97f057cc
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ pub enum UnknownRecordFieldSituation {
FunctionCall,
}
fn format_suggestion<'a>(sample: &'a UntypedExpr) -> String {
fn format_suggestion(sample: &UntypedExpr) -> String {
Formatter::new()
.expr(sample)
.to_pretty_string(70)