Remove unnecessary trailing semicolons (#5636)

This commit is contained in:
Michael Vines
2019-08-23 22:47:54 -07:00
committed by GitHub
parent f6b63a7dbc
commit 4e827af392
7 changed files with 8 additions and 8 deletions

View File

@ -408,7 +408,7 @@ mod test {
)
.into_iter()
.rev()
.collect();;
.collect();
s_responder.send(msgs).expect("send");
t_responder
};