This commit is contained in:
Takayuki Nakata
2020-07-17 22:51:57 +09:00
parent 57678c8315
commit e5105e82d3
+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.
///