Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lava
lava-monitor
Merge requests
!13
Housekeeping and general cleanup
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Edmund Smith
requested to merge
eds/lava-monitor:eds/cleanup2
into
staging
Sep 01, 2021
Overview
2
Commits
3
Changes
3
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.