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.
1 parent 57678c8 commit e5105e8Copy full SHA for e5105e8
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