Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 46c91db

Browse files
committed
Change known problems
1 parent 54c6054 commit 46c91db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/unnecessary_wraps.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ declare_clippy_lint! {
1717
///
1818
/// **Why is this bad?** It is not meaningful to wrap values when no `None` or `Err` is returned.
1919
///
20-
/// **Known problems:** Since this lint changes function type signature, you may need to
21-
/// adjust some code at callee side.
20+
/// **Known problems:** There can be false positives if the function signature is designed to
21+
/// fit some external requirement.
2222
///
2323
/// **Example:**
2424
///

0 commit comments

Comments
 (0)