Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
359 stars 50 forks source link

Rc/Arc functionality conditional on nightly is probably unnecessary now #3

Closed huonw closed 9 years ago

huonw commented 9 years ago

I think the things needed for StableAddress and IntoErased etc. are now stable.

Kimundi commented 9 years ago

As I found out in IRC yesterday, indeed they are now!I removed the nightly feature gate :)