fallible_collections
fallible_collections copied to clipboard
rc: deprecate `Rc` due to potential panic
Just like Arc, allocating an Rc
can panic, as described in #13. As such, mark Rc
as deprecated, just like Arc
.