Appease Clippy

This commit is contained in:
David Palm
2021-03-25 12:07:54 +01:00
parent 8f5f2102f9
commit 1d2183df24
6 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ impl NodeConnector {
_ => (),
}
self.aggregator.do_send(AddNode { rec, conn_id, node });
self.aggregator.do_send(AddNode { node, conn_id, rec });
} else {
if backlog.len() >= 10 {
backlog.remove(0);