Skip to content

Commit

Permalink
Remove Known problems for UNNECESSARY_UNWRAP
Browse files Browse the repository at this point in the history
This shouldn't happen with NLL
  • Loading branch information
flip1995 committed Jul 30, 2019
1 parent 5dc3e3b commit 87a2874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/unwrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87a2874

Please sign in to comment.