crypto-crawler / crypto-crawler-rs

A rock-solid cryptocurrency crawler library.
Apache License 2.0
217 stars 71 forks source link

Run `cargo clippy --fix` and `cargo fmt` #29

Closed pan93412 closed 2 years ago

pan93412 commented 2 years ago

Clippy

Run cargo clippy --fix to fix all the issues. Some issues are fixed manually:

Style

Run cargo +nightly fmt.

Tests