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 f29e666 commit 4347c55Copy full SHA for 4347c55
clippy_lints/src/unnecessary_wrap.rs
@@ -17,7 +17,7 @@ declare_clippy_lint! {
17
/// **Why is this bad?** It is not meaningful to wrap values when no `None` or `Err` is returned.
18
///
19
/// **Known problems:** Since this lint changes function type signature, you may need to
20
- /// adjust some codes at callee side.
+ /// adjust some code at callee side.
21
22
/// **Example:**
23
0 commit comments