wisespace-io / binance-rs

Rust Library for the Binance API
Other
665 stars 297 forks source link

Added rustfmt and fixed all clippy warnings #40

Closed AlexApps99 closed 4 years ago

AlexApps99 commented 4 years ago

I have tried to make the .rustfmt.toml reflect the style of this repository, but some things such as inline attributes could not be reflected in the configuration.

I applied rustfmt with this configuration, and fixed all of the clippy warnings.