mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
result_map_or_into_option: explicitly note absence of known problems
This commit is contained in:
parent
91d8a804d3
commit
91759a7582
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue