]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorHirochika Matsumoto <matsujika@gmail.com>
Tue, 22 Sep 2020 18:06:52 +0000 (03:06 +0900)
committerHirochika Matsumoto <matsujika@gmail.com>
Tue, 17 Nov 2020 16:28:37 +0000 (01:28 +0900)
Co-authored-by: Philipp Krones <hello@philkrones.com>
clippy_lints/src/unnecessary_wrap.rs

index 53ade7baec7bee0695f107b42b35866525d06c0e..e5ef7cde7891fc55006b6353476991c91b9b8632 100644 (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:**
     ///