Remove Known problems for UNNECESSARY_UNWRAP
This shouldn't happen with NLL
This commit is contained in:
parent
e6a836e2e8
commit
7a73b8fdfa
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// **Why is this bad?** Using `if let` or `match` is more idiomatic.
|
||||
///
|
||||
/// **Known problems:** Limitations of the borrow checker might make unwrap() necessary sometimes?
|
||||
/// **Known problems:** None
|
||||
///
|
||||
/// **Example:**
|
||||
/// ```rust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue