pretzelhammer / rust-blog

Educational blog posts for Rust beginners
Apache License 2.0
7.53k stars 396 forks source link

Fix async example code #69

Closed BulkBeing closed 8 months ago

BulkBeing commented 1 year ago

The functions in one of the examples under Async section is missing the async keyword and await is used in the body.