We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1622f commit fa005fbCopy full SHA for fa005fb
clippy_lints/src/unnecessary_reserve.rs
@@ -29,7 +29,7 @@ declare_clippy_lint! {
29
#[clippy::version = "1.64.0"]
30
pub UNNECESSARY_RESERVE,
31
pedantic,
32
- "`reserve` before `extend` no longer makes sense in rustc version >= 1.62"
+ "calling `reserve` before `extend` on a `Vec` or `VecDeque`, when it will be called implicitly"
33
}
34
35
pub struct UnnecessaryReserve {
0 commit comments