mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-18 13:18:38 -04:00
We have quite a few `allow(dead_code)` annotations. While it's OK to use in situations where the Cargo-feature combination explodes and makes it hard to reason about when something is actually used or not, in other situations it can be avoided, and show actual, dead code.