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.
2 parents 4abe815 + 43a6d0b commit 4e31877Copy full SHA for 4e31877
clippy_lints/src/methods/mod.rs
@@ -1731,7 +1731,7 @@ declare_clippy_lint! {
1731
1732
declare_clippy_lint! {
1733
/// ### What it does
1734
- /// 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).
1735
///
1736
/// ### Why is this bad?
1737
/// Readability, this can be written more concisely as
0 commit comments