We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44da34 commit 253316dCopy full SHA for 253316d
clippy_lints/src/unnecessary_reserve.rs
@@ -28,7 +28,7 @@ declare_clippy_lint! {
28
#[clippy::version = "1.64.0"]
29
pub UNNECESSARY_RESERVE,
30
pedantic,
31
- "`reserve` method before `extend` is no longer makes sense in rustc version >= 1.62"
+ "`reserve` before `extend` no longer makes sense in rustc version >= 1.62"
32
}
33
34
pub struct UnnecessaryReserve {
0 commit comments