nervosnetwork / tentacle

A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54 stars 24 forks source link

Fix all `let _ =` statement #219

Closed TheWaWaR closed 4 years ago

TheWaWaR commented 4 years ago

For case like https://github.com/nervosnetwork/p2p/pull/218 will cause serious bug.

Checkout the return result, if error give a trace log message.

doitian commented 4 years ago

There's a clippy linter let_underscore_must_use