Skip to content

Commit 4e31877

Browse files
committed
Auto merge of #9818 - rs017991:patch-1, r=Jarcho
Fixed Typo changelog: none
2 parents 4abe815 + 43a6d0b commit 4e31877

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ declare_clippy_lint! {
17311731

17321732
declare_clippy_lint! {
17331733
/// ### What it does
1734-
/// Checks for usage of `_.as_ref().map(Deref::deref)` or it's aliases (such as String::as_str).
1734+
/// Checks for usage of `_.as_ref().map(Deref::deref)` or its aliases (such as String::as_str).
17351735
///
17361736
/// ### Why is this bad?
17371737
/// Readability, this can be written more concisely as

0 commit comments

Comments
 (0)