justinas / gettext

Gettext for Rust. Kind of.
MIT License
56 stars 8 forks source link

Implement cause() for Error #9

Closed justinas closed 4 years ago

justinas commented 5 years ago

It would probably be a good style to return the underlying Io error from Error::cause().

justinas commented 4 years ago

cause() has been deprecated since 1.33.0, source() should be used instead.

marcospb19 commented 4 years ago

Saw you posting this project on r/rust, making my PR :D.