mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Fixed Typo
This commit is contained in:
parent
4abe815729
commit
43a6d0b39c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue