mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-21 22:58:32 -04:00
It was found that it's making the whole build slower because it's hitting a pathologically slow path in type-checking. Considering that it doesn't do much, let's get rid of it and inline it instead. After this, compiles times are reduced from 30 seconds to 22 seconds on my machine