We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57678c8 + e5105e8 commit 1367f25Copy full SHA for 1367f25
clippy_lints/src/vec_resize_to_zero.rs
@@ -11,7 +11,7 @@ use rustc_ast::ast::LitKind;
11
use rustc_hir as hir;
12
13
declare_clippy_lint! {
14
- /// **What it does:** Finds occurences of `Vec::resize(0, an_int)`
+ /// **What it does:** Finds occurrences of `Vec::resize(0, an_int)`
15
///
16
/// **Why is this bad?** This is probably an argument inversion mistake.
17
0 commit comments