Skip to content

Commit 4ffdd8a

Browse files
Update description
Co-authored-by: Alex <[email protected]>
1 parent 369e00e commit 4ffdd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unnecessary_reserve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declare_clippy_lint! {
2828
#[clippy::version = "1.64.0"]
2929
pub UNNECESSARY_RESERVE,
3030
pedantic,
31-
"`reserve` method before `extend` is no longer makes sense in rustc version >= 1.62"
31+
"`reserve` before `extend` no longer makes sense in rustc version >= 1.62"
3232
}
3333

3434
pub struct UnnecessaryReserve {

0 commit comments

Comments
 (0)