fixup: explicit type annotations
parent
20a8e8e49b
commit
82827542b7
|
@ -377,7 +377,7 @@ impl Room {
|
||||||
})
|
})
|
||||||
.map(|m| (id, m))
|
.map(|m| (id, m))
|
||||||
})
|
})
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<(UserId, String)>>();
|
||||||
|
|
||||||
// Update all existing users with same name.
|
// Update all existing users with same name.
|
||||||
for (id, member) in users_with_same_name {
|
for (id, member) in users_with_same_name {
|
||||||
|
|
Loading…
Reference in New Issue