This removes some justified warnings and one hard error that, while technically
not a bug, was an ugly oversight on my part.
Details
Details
- Reviewers
pulkit marmoute - Group Reviewers
hg-reviewers - Commits
- rHG2a169781556e: rust: clippy pass
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Just to clarify, this fixes a hard error *in clippy*, not in the actual rust compiler. It just so happens that clippy is a very useful tool and I plan on maybe adding it to our CI to better catch stuff like this.