mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Auto merge of #5814 - giraffate:fix_typo, r=flip1995
Fix typo changelog: none
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user