]> git.lizzy.rs Git - rust.git/commitdiff
Fixed Typo
authorRyan Scheidter <ryan.scheidter@oracle.com>
Tue, 8 Nov 2022 13:48:39 +0000 (07:48 -0600)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 13:48:39 +0000 (07:48 -0600)
clippy_lints/src/methods/mod.rs

index 1c0bbe086f7c88374b7c5fd84b88d155ebcc57ee..0a240bbee6cf6b1202f41228a779bcd9eaeed9db 100644 (file)
 
 declare_clippy_lint! {
     /// ### What it does
-    /// Checks for usage of `_.as_ref().map(Deref::deref)` or it's aliases (such as String::as_str).
+    /// Checks for usage of `_.as_ref().map(Deref::deref)` or its aliases (such as String::as_str).
     ///
     /// ### Why is this bad?
     /// Readability, this can be written more concisely as