Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clippy warnings with recent rust nightly #31

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

ephemeralriggs
Copy link
Collaborator

Clippy recently has introduced stricter warnings. The ones for lifetime elision and comment length were relevant for the omaha client lib in several places. This change fixes the reported issues.

Fixed: #30

Clippy recently has introduced stricter warnings. The ones for lifetime
elision and comment length were relevant for the omaha client lib in
several places. This change fixes the reported issues.

Fixed: #30
@ephemeralriggs ephemeralriggs marked this pull request as ready for review September 17, 2024 10:14
@ephemeralriggs ephemeralriggs self-assigned this Sep 17, 2024
@ephemeralriggs ephemeralriggs merged commit 39b2087 into main Sep 17, 2024
4 checks passed
@ephemeralriggs ephemeralriggs deleted the clippy branch September 17, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comply with latest clippy warnings
2 participants