Closed flxo closed 5 years ago
This PR contains some cleanup regarding compilation and clippy. Some of the clippy lints are just suppressed (large_enum_variant and too_many_arguments) and I'm not sure how to deal with that. Feel free to merge partially. ;-)
large_enum_variant
too_many_arguments
Looks great. You saved me a ton of time :). Will test and merge this tomorrow
I added a basic Travis configuration. Would be great if you could add this repo to the AtherEnergy Travis account.
This PR contains some cleanup regarding compilation and clippy. Some of the clippy lints are just suppressed (
large_enum_variant
andtoo_many_arguments
) and I'm not sure how to deal with that. Feel free to merge partially. ;-)