We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a836e commit 7a73b8fCopy full SHA for 7a73b8f
clippy_lints/src/unwrap.rs
@@ -14,7 +14,7 @@ declare_clippy_lint! {
14
///
15
/// **Why is this bad?** Using `if let` or `match` is more idiomatic.
16
17
- /// **Known problems:** Limitations of the borrow checker might make unwrap() necessary sometimes?
+ /// **Known problems:** None
18
19
/// **Example:**
20
/// ```rust
0 commit comments