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 369e00e commit 4ffdd8aCopy full SHA for 4ffdd8a
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