vcombey / fallible_collections

impl fallible collections in rust, quite as describe in RFC 2116
Apache License 2.0
33 stars 14 forks source link

rc: deprecate `Rc` due to potential panic #45

Open 00xc opened 10 months ago

00xc commented 10 months ago

Just like Arc, allocating an Rc can panic, as described in #13. As such, mark Rc as deprecated, just like Arc.