Remove Known problems for UNNECESSARY_UNWRAP
This shouldn't happen with NLL
This commit is contained in:
parent
e6a836e2e8
commit
7a73b8fdfa
@ -14,7 +14,7 @@
|
||||
///
|
||||
/// **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…
Reference in New Issue
Block a user