inre / rust-mq

RustMQ is the MQTT client written on pure Rust.
MIT License
190 stars 28 forks source link

fixed some clippy warnings #2

Closed llogiq closed 8 years ago

llogiq commented 8 years ago

Just small things: Needlessly format!ing strings makes neither for readability nor performance. Also unwrap_or(..) is a useful shorthand.