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