mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Clean up warning
This commit is contained in:
parent
0273237b76
commit
d9536a96ca
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub fn watch_contest(
|
||||||
contest.name,
|
contest.name,
|
||||||
member_results
|
member_results
|
||||||
.iter()
|
.iter()
|
||||||
.map(|(u, m)| format!("- {} as **{}**", m.member.distinct(), m.handle))
|
.map(|(_, m)| format!("- {} as **{}**", m.member.distinct(), m.handle))
|
||||||
.collect::<Vec<_>>()
|
.collect::<Vec<_>>()
|
||||||
.join("\n"),
|
.join("\n"),
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue