chore: fix clippy
This commit is contained in:
parent
ba05f1f070
commit
3c97f057cc
|
@ -1186,7 +1186,7 @@ pub enum UnknownRecordFieldSituation {
|
||||||
FunctionCall,
|
FunctionCall,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn format_suggestion<'a>(sample: &'a UntypedExpr) -> String {
|
fn format_suggestion(sample: &UntypedExpr) -> String {
|
||||||
Formatter::new()
|
Formatter::new()
|
||||||
.expr(sample)
|
.expr(sample)
|
||||||
.to_pretty_string(70)
|
.to_pretty_string(70)
|
||||||
|
|
Loading…
Reference in New Issue