Co-authored-by: Philipp Krones <hello@philkrones.com>
This commit is contained in:
Hirochika Matsumoto 2020-09-23 03:06:52 +09:00
parent 6a62390c86
commit 3ed8902623

View File

@ -17,7 +17,7 @@
/// **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 codes at callee side.
/// adjust some code at callee side.
///
/// **Example:**
///