fixup: explicit type annotations

master
Denis Kasak 2020-06-09 19:31:01 +02:00
parent 20a8e8e49b
commit 82827542b7
1 changed files with 1 additions and 1 deletions

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 {