Skip to content

Commit

Permalink
result_map_or_into_option: explicitly note absence of known problems
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrtorres committed Apr 4, 2020
1 parent 91d8a80 commit 91759a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Expand Up @@ -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
Expand Down

0 comments on commit 91759a7

Please sign in to comment.