We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fm_method_str
1 parent 10f3977 commit c50af35Copy full SHA for c50af35
clippy_lints/src/lines_filter_map_ok.rs
@@ -71,8 +71,7 @@ impl LateLintPass<'_> for LinesFilterMapOk {
71
LINES_FILTER_MAP_OK,
72
fm_span,
73
&format!(
74
- "`{}()` will run forever if the iterator repeatedly produces an `Err`",
75
- fm_method.ident
+ "`{fm_method_str}()` will run forever if the iterator repeatedly produces an `Err`",
76
),
77
|diag| {
78
diag.span_note(
0 commit comments