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 expect as attr #557

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

MarcusGrass
Copy link
Contributor

Since Rust 1.81
you can lint on using #[expect(lint)] which is nice to ensure code doesn't allow unnecessary lint violations.

This needs to be added to the whitelist for it to work on items marked with cortex-m-rt proc macros though.

@MarcusGrass MarcusGrass requested a review from a team as a code owner September 10, 2024 13:58
@adamgreig adamgreig added this pull request to the merge queue Sep 10, 2024
Merged via the queue into rust-embedded:master with commit febacfd Sep 10, 2024
11 checks passed
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