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

Allow warnings introduced with rust 1.82 #140

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

usbalbin
Copy link
Contributor

@usbalbin usbalbin commented Oct 28, 2024

This fixes the warnings about irrefutable if let patterns introduced in rustc 1.82. However the fix as implemented in 9b27404 more or less raises the effective MSRV to 1.82...

We don't really have a MSRV as far as I know but perhaps 9b27404 should wait a while.

@usbalbin
Copy link
Contributor Author

I'll merge this now and we can consider actually using the shiny new features of rustc 1.82 at some point later..

@usbalbin usbalbin merged commit bbbd4f6 into stm32-rs:main Oct 28, 2024
23 checks passed
@usbalbin usbalbin changed the title Fix warnings introduced with rust 1.82 Allow warnings introduced with rust 1.82 Oct 28, 2024
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.

1 participant