mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-22 15:18:33 -04:00
This patch uses the `room::Room` structure in `room::msc4186::update_any_room` to reduce its number of arguments. It results in the removal of te `allow(clippy::too_many_arguments)`.