chore: fix clippy
This commit is contained in:
parent
ba05f1f070
commit
3c97f057cc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue