mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28: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,
|
||||
member_results
|
||||
.iter()
|
||||
.map(|(u, m)| format!("- {} as **{}**", m.member.distinct(), m.handle))
|
||||
.map(|(_, m)| format!("- {} as **{}**", m.member.distinct(), m.handle))
|
||||
.collect::<Vec<_>>()
|
||||
.join("\n"),
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue