AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
202 stars 71 forks source link

Replace `Duration::new` with `Duration::from_secs` #79

Closed dbrgn closed 6 years ago

dbrgn commented 6 years ago

It's much easier to read if you don't remember what the parameters to Duration::new mean.

tekjar commented 6 years ago

Thanks :)