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