Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #114136 - TennyZhuang:linked-list-retain, r=thomcc
add LinkedList::{retain,retain_mut}
Implement #114135
The API is consistent with other collections.