rust/library/alloc
Dylan DPC 505846ec07
Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-se
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.
2021-04-07 13:07:06 +02:00
..
benches Try to make Vec benchmarks only run code they are benchmarking 2021-03-25 00:14:00 -04:00
src Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-se 2021-04-07 13:07:06 +02:00
tests Rollup merge of #83827 - the8472:fix-inplace-panic-on-drop, r=RalfJung 2021-04-04 19:20:06 +02:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00