crypto-crawler / crypto-crawler-rs

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

refactor(ws-client): return Err early with `?` #36

Closed pan93412 closed 2 years ago

pan93412 commented 2 years ago

According to clippy's suggestion: “this block may be rewritten with the ? operator, and that seems safe to replace to ?.

soulmachine commented 2 years ago

Nice work, thanks!