Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4388158

Browse files
committed
Fix formatting
1 parent c50af35 commit 4388158

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clippy_lints/src/lines_filter_map_ok.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ impl LateLintPass<'_> for LinesFilterMapOk {
7070
cx,
7171
LINES_FILTER_MAP_OK,
7272
fm_span,
73-
&format!(
74-
"`{fm_method_str}()` will run forever if the iterator repeatedly produces an `Err`",
75-
),
73+
&format!("`{fm_method_str}()` will run forever if the iterator repeatedly produces an `Err`",),
7674
|diag| {
7775
diag.span_note(
7876
fm_receiver.span,

0 commit comments

Comments
 (0)