mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
1a3aa4ad14
add LinkedList::{retain,retain_mut}
Implement #114135
The API is consistent with other collections.