lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.28k stars 58 forks source link

[Chore] Format code with cargofmt #112

Closed lloydmeta closed 6 years ago

lloydmeta commented 6 years ago

It was getting annoying not being able to use cargo fmt on this project w/o seeing a ton of other diffs, so I ran 'cargo fmt' on the whole project, using an up-to-date version of https://github.com/rust-lang-nursery/rustfmt

lloydmeta commented 6 years ago

Cool thanks; going to merge this now. To be clear, this is just to provide a standard baseline for automated-formatting; obviously, this will evolve over time as rustfmt improves and do-not-format-blocks get tastefully and sparingly added in here and there :)