Closed DennisOSRM closed 10 months ago
cargo clippy
cargo fmt
This should fix repeated error message that unsolicited packages were sent, e.g. [2023-12-06T10:39:11Z ERROR rumqttc::state] Unsolicited pubrec packet: 54.
[2023-12-06T10:39:11Z ERROR rumqttc::state] Unsolicited pubrec packet: 54
cargo clippy
and fix all issuescargo fmt
to format all source filesThis should fix repeated error message that unsolicited packages were sent, e.g.
[2023-12-06T10:39:11Z ERROR rumqttc::state] Unsolicited pubrec packet: 54
.