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

Add unsafe to extern blocks for Rust 2024 #36

Merged
merged 6 commits into from
Nov 15, 2024

Conversation

sgoll
Copy link
Contributor

@sgoll sgoll commented Nov 14, 2024

Description

This replaces the declaration of extern "C" blocks with unsafe extern "C" as will be required by Rust 2024. Remove this when rust-lang/rust-bindgen#2901 is merged and bindgen can generate these blocks automatically as required.

@uklotzde uklotzde merged commit 295a61d into HMIProject:main Nov 15, 2024
13 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.

2 participants