lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

Fix for rust commit 3dcd2157403163789aaf21a9ab3c4d30a7c6494d 'Switch to ... #60

Closed CraZySacX closed 9 years ago

CraZySacX commented 9 years ago

...purely namespaced enums'

lifthrasiir commented 9 years ago

Ideally a proper deprecation notice (#[deprecated] pub use self::DecodeTrap::Strict as DecodeStrict; etc.) might be desirable but it does not work currently (rust-lang/rust#15702). As long as we still have a small user base (haha) I think it's fine. I'd like to accept the updated PR.