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 1.81 lints (extra reference and never type fallback) #322

Merged
merged 5 commits into from
Sep 13, 2024
Merged

Conversation

strohel
Copy link
Member

@strohel strohel commented Sep 13, 2024

Fix "no need for reference" clippy 1.81 lints

Fix dependency_on_unit_never_type_fallback lint

This relates to

And frankly I still don't really understand why never type was involved in our code in the first place.

@strohel strohel changed the title Fix clippy lint (from rust 1.81 I think) Fix 1.81 lints (extra reference and never type fallback) Sep 13, 2024
@strohel
Copy link
Member Author

strohel commented Sep 13, 2024

@mbernat @goodhoko I had to push more changes for this to actually fix CI, PTAL. CC @bschwind.

@strohel
Copy link
Member Author

strohel commented Sep 13, 2024

The Docker CI is still broken, I'll take a look in a separate PR.

Copy link
Member

@goodhoko goodhoko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stil LGTM

@mbernat
Copy link

mbernat commented Sep 13, 2024

LGTM as well

@strohel strohel merged commit d8e7f76 into main Sep 13, 2024
9 checks passed
@strohel strohel deleted the fix-clippy branch September 13, 2024 10:57
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.

3 participants