mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-13 02:25:51 -04:00
This patch replaces a call to `assert_eq` and `assert` by `debug_assert_eq` and `debug_assert`. We don't want to panic in production :-].