Skip to content

Commit 4347c55

Browse files
hkmatsumotoflip1995
andcommitted
Fix typo
Co-authored-by: Philipp Krones <hello@philkrones.com>
1 parent f29e666 commit 4347c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unnecessary_wrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ declare_clippy_lint! {
1717
/// **Why is this bad?** It is not meaningful to wrap values when no `None` or `Err` is returned.
1818
///
1919
/// **Known problems:** Since this lint changes function type signature, you may need to
20-
/// adjust some codes at callee side.
20+
/// adjust some code at callee side.
2121
///
2222
/// **Example:**
2323
///

0 commit comments

Comments
 (0)