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

Delete use of local_inner_macros #392

Merged
merged 3 commits into from Jan 16, 2024
Merged

Conversation

dtolnay
Copy link
Contributor

@dtolnay dtolnay commented Jan 16, 2024

macro_export(local_inner_macros) is an outdated workaround that is only relevant for supporting compilers from Rust 1.29 and older.

Currently bitflags's oldest supported compiler is Rust 1.56, so there should be no reason to use local_inner_macros.

@dtolnay
Copy link
Contributor Author

dtolnay commented Jan 16, 2024

CI failure is unrelated to this change. I put up a fix in #393.

@KodrAus KodrAus merged commit 1f9f186 into bitflags:main Jan 16, 2024
9 checks passed
@dtolnay dtolnay deleted the localmacros branch January 16, 2024 21: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.

None yet

2 participants