Closed lu-zero closed 2 years ago
In addition to my inline comment
hosts.clone()
is unneccessary, one can just usehosts
.
I did not change much the code from its initial state, we should make a run and remove spurious clones later.
Nice cleanup!
This should pave the way for testing things using the actix testing harness. See #66