It is easy to forget to `.await` an `async fn`, and without a `#[must_use]` attribute, you won't get a warning for forgetting to do so.
It is easy to forget to
.awaitanasync fn, and without a#[must_use]attribute, you won't get a warning for forgetting to do so.