fixup: explicit type annotations

This commit is contained in:
Denis Kasak 2020-06-09 19:31:01 +02:00
parent 20a8e8e49b
commit 82827542b7

View file

@ -377,7 +377,7 @@ impl Room {
})
.map(|m| (id, m))
})
.collect::<Vec<_>>();
.collect::<Vec<(UserId, String)>>();
// Update all existing users with same name.
for (id, member) in users_with_same_name {