Gankra / collect-rs

Miscellaneous Collections
Apache License 2.0
64 stars 21 forks source link

replace `compare` module with external `compare` crate #142

Closed apasel422 closed 9 years ago

Gankra commented 9 years ago

Didn't you want to provide some kind of deprecation?

apasel422 commented 9 years ago

I can re-export the crate and add a deprecation notice, if you want.

apasel422 commented 9 years ago

Apparently stability attributes no longer apply to third-party crates, so we can still re-export the crate, but can't apply a deprecation notice to it, except in doc form. I doubt many people are using this module directly, so I'm in favor of just removing it outright.

Gankra commented 9 years ago

Works for me