Fix formatting

This commit is contained in:
sjwang05 2023-11-03 13:48:04 -07:00
parent c50af350a1
commit 4388158d24
No known key found for this signature in database
GPG Key ID: AB262FD6FFBFCFFE

View File

@ -70,9 +70,7 @@ fn check_expr(&mut self, cx: &LateContext<'_>, expr: &Expr<'_>) {
cx,
LINES_FILTER_MAP_OK,
fm_span,
&format!(
"`{fm_method_str}()` will run forever if the iterator repeatedly produces an `Err`",
),
&format!("`{fm_method_str}()` will run forever if the iterator repeatedly produces an `Err`",),
|diag| {
diag.span_note(
fm_receiver.span,