Skip to content

Commit

Permalink
Auto merge of #9818 - rs017991:patch-1, r=Jarcho
Browse files Browse the repository at this point in the history
Fixed Typo

changelog: none
  • Loading branch information
bors committed Nov 8, 2022
2 parents 4abe815 + 43a6d0b commit 4e31877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ declare_clippy_lint! {

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
Expand Down

0 comments on commit 4e31877

Please sign in to comment.