niax / rust-email

Implementation of MIME Messages for Rust
MIT License
63 stars 34 forks source link

Review usage of unstable APIs #10

Closed niax closed 9 years ago

niax commented 9 years ago

Rust's nightly as of 2015-01-09 has warnings for usage of unstable APIs on by default - showing up APIs that may be going away shortly. It'd be nice to be ahead of the curve for a change. See the build log for 0.0.7 for a full list.

untitaker commented 9 years ago

I recieve plenty of warnings, but none of those that you mentioned. See #14 for a fix of some of them.

untitaker commented 9 years ago

Fixed a long time ago.