add MSRV check for repeat_vec_with_capacity (#14126)

changelog: [`repeat_vec_with_capacity`]: add MSRV check
This commit is contained in:
Manish Goregaokar 2025-02-23 15:50:44 +00:00 committed by GitHub
commit 35d5ee0e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 34 additions and 4 deletions

View file

@ -652,6 +652,7 @@ define_Conf! {
ptr_as_ptr,
redundant_field_names,
redundant_static_lifetimes,
repeat_vec_with_capacity,
same_item_push,
seek_from_current,
seek_rewind,