Auto merge of #5814 - giraffate:fix_typo, r=flip1995
Fix typo changelog: none
This commit is contained in:
commit
1367f25fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use rustc_ast::ast::LitKind;
|
|||
use rustc_hir as hir;
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// **What it does:** Finds occurences of `Vec::resize(0, an_int)`
|
||||
/// **What it does:** Finds occurrences of `Vec::resize(0, an_int)`
|
||||
///
|
||||
/// **Why is this bad?** This is probably an argument inversion mistake.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue