Skip to content

Commit 7a73b8f

Browse files
committed
Remove Known problems for UNNECESSARY_UNWRAP
This shouldn't happen with NLL
1 parent e6a836e commit 7a73b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unwrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare_clippy_lint! {
1414
///
1515
/// **Why is this bad?** Using `if let` or `match` is more idiomatic.
1616
///
17-
/// **Known problems:** Limitations of the borrow checker might make unwrap() necessary sometimes?
17+
/// **Known problems:** None
1818
///
1919
/// **Example:**
2020
/// ```rust

0 commit comments

Comments
 (0)