egg-mode-rs / egg-mode

a twitter api crate for rust
https://crates.io/crates/egg-mode
Mozilla Public License 2.0
372 stars 65 forks source link

Clippy and format #120

Closed travisbrown closed 3 years ago

travisbrown commented 3 years ago

Runs fmt and addresses 120 of the 127 points clippy is complaining about. I think the From instance for SerBox and that serialize method should be the only breaking change [Unnecessary after #116]. Please feel free to close if there's no interest in these changes!

adwhit commented 3 years ago

Thanks for this. I am happy to accept once the conflicts are fixed. I think I will add a rustfmt step to CI too

adwhit commented 3 years ago

I have incorprated this PR into https://github.com/egg-mode-rs/egg-mode/pull/121