Change known problems

This commit is contained in:
Cameron Steffen 2021-02-18 20:23:49 -06:00
parent 54c6054ec7
commit 46c91db1e1

View File

@ -17,8 +17,8 @@ declare_clippy_lint! {
///
/// **Why is this bad?** It is not meaningful to wrap values when no `None` or `Err` is returned.
///
/// **Known problems:** Since this lint changes function type signature, you may need to
/// adjust some code at callee side.
/// **Known problems:** There can be false positives if the function signature is designed to
/// fit some external requirement.
///
/// **Example:**
///