Auto merge of #5814 - giraffate:fix_typo, r=flip1995

Fix typo

changelog: none
This commit is contained in:
bors
2020-07-17 14:33:05 +00:00
+1 -1
View File
@@ -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.
///