DanielKeep / rust-conv

Conversion traits for Rust
MIT License
48 stars 9 forks source link

Nightly 2015-11-30: Fix for non-exhaustive patterns when using empty structs #4

Closed m4rw3r closed 8 years ago

m4rw3r commented 8 years ago

See https://github.com/rust-lang/rust/pull/29383 for the breaking change.

DanielKeep commented 8 years ago

Thanks for the fix. :heart: