tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
231 stars 328 forks source link

Add missing `unwrap()`s #753

Closed akhi3030 closed 7 months ago

akhi3030 commented 7 months ago

tx.send() returns a Result which must be used otherwise the compiler produces warnings.