mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-22 07:08:32 -04:00
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.