Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
This commit is contained in:
@@ -11,7 +11,7 @@ use rustc_ast::ast::LitKind;
|
||||
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