DanielKeep / rust-conv

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

Use fully specified name for `std::result::Result` type. #9

Closed JeffBelgum closed 8 years ago

JeffBelgum commented 8 years ago

This prevents name conflicts when the std::result::Result has been shadowed by another Result type.

Let me know if I should do any house keeping like a version bump or change log entry.

DanielKeep commented 8 years ago

BTW, I merged, but then changed my mind and altered how the qualification works, for the sake of people using #![no_std].