Files
rust/library
Matthias Krüger b28775cdcb Rollup merge of #109026 - joshtriplett:rc-into-inner, r=dtolnay
Introduce `Rc::into_inner`, as a parallel to `Arc::into_inner`

Unlike `Arc`, `Rc` doesn't have the same race condition to avoid, but
maintaining an equivalent API still makes it easier to work with both
`Rc` and `Arc`.
2023-03-12 20:44:50 +01:00
..
2022-09-02 16:09:58 -04:00
2022-06-03 17:16:41 -04:00
2022-12-29 11:22:13 +01:00