pretzelhammer / rust-blog

Educational blog posts for Rust beginners
Apache License 2.0
7.57k stars 400 forks source link

Fix async example code #69

Closed BulkBeing closed 9 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.