result_map_or_into_option: explicitly note absence of known problems

This commit is contained in:
Nick Torres 2020-04-04 13:42:24 -07:00
parent 91d8a804d3
commit 91759a7582

View file

@ -336,7 +336,7 @@ declare_clippy_lint! {
/// **Why is this bad?** Readability, this can be written more concisely as
/// `_.ok()`.
///
/// **Known problems:**
/// **Known problems:** None.
///
/// **Example:**
/// ```rust