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 54c6054 commit 46c91dbCopy full SHA for 46c91db
clippy_lints/src/unnecessary_wraps.rs
@@ -17,8 +17,8 @@ declare_clippy_lint! {
17
///
18
/// **Why is this bad?** It is not meaningful to wrap values when no `None` or `Err` is returned.
19
20
- /// **Known problems:** Since this lint changes function type signature, you may need to
21
- /// adjust some code at callee side.
+ /// **Known problems:** There can be false positives if the function signature is designed to
+ /// fit some external requirement.
22
23
/// **Example:**
24
0 commit comments