Skip to content

Housekeeping and general cleanup

Edmund Smith requested to merge eds/lava-monitor:eds/cleanup2 into staging

There are three fairly simple change sets:

  • Run cargo clippy and fix the reported issues.
  • Replace the degenerate HashMap used to track device activity with a HashSet.
  • Run cargo fmt.

Merge request reports