mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
505846ec07
Add strong_count mutation methods to Rc The corresponding methods were stabilized on `Arc` in #79285 (tracking: #71983). This patch implements and stabilizes identical methods on the `Rc` types as well.