5093af87b1
Using async when not required will increase compile times, and propagate async-ness to the callers, transitively. See also the [lint description](https://rust-lang.github.io/rust-clippy/master/#/unused_async). Since we only had a few false positives, I've enabled it by default.