mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-01 10:28:28 -04:00
This patch simplifies a `îf let Some(x) = y && x == z` to `y == Some(z)`. This patch also uses relative imports instead of absolutely imports.