Fixed further linter warnings

This commit is contained in:
Jedrzej Stuczynski
2020-02-19 15:47:38 +00:00
parent 1a8573632f
commit bdf1e5bef9
5 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ impl PacketProcessor {
if forwarding_data
.sent_metrics_tx
.send(forwarding_data.recipient.to_string())
.send(forwarding_data.recipient.stringify())
.await
.is_err()
{