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

Removed crate level allow(unused_unsafe) in favour of attributes on the specific instances #140

Merged
merged 1 commit into from
Nov 21, 2019

Conversation

cs2dsb
Copy link
Contributor

@cs2dsb cs2dsb commented Nov 21, 2019

Resolves #139

I temporary added `#![deny(unused_unsafe)] and built all variants to find the instances of unused unsafe. Turned out there were only two left after the recent PAC update.

@TheZoq2
Copy link
Member

TheZoq2 commented Nov 21, 2019

Lovely, thanks!

@TheZoq2 TheZoq2 merged commit 7eace3e into stm32-rs:master Nov 21, 2019
@cs2dsb cs2dsb deleted the granular_unused_unsafe branch November 21, 2019 21:21
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.

More granular #[allow(unused_unsafe)]
3 participants