Fix formatting
This commit is contained in:
parent
c50af350a1
commit
4388158d24
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user