niax / rust-email

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

Replaced is_some() branches with map/pattern matching. #28

Closed benschulz closed 8 years ago

benschulz commented 8 years ago

Tiny refactoring to get rid of unnecessary unwrap() calls.