mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 14:04:40 -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)`.