Skip to content

Commit 91759a7

Browse files
committed
result_map_or_into_option: explicitly note absence of known problems
1 parent 91d8a80 commit 91759a7

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ declare_clippy_lint! {
336336
/// **Why is this bad?** Readability, this can be written more concisely as
337337
/// `_.ok()`.
338338
///
339-
/// **Known problems:**
339+
/// **Known problems:** None.
340340
///
341341
/// **Example:**
342342
/// ```rust

0 commit comments

Comments
 (0)