Skip to content

Allow unused macro rules for two macros #1305

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

Merged
merged 1 commit into from
May 9, 2022
Merged

Conversation

est31
Copy link
Member

@est31 est31 commented May 6, 2022

The unused macro rules lint is an upcoming lint
for the rust compiler: rust-lang/rust#96150. This PR prepares
for the introduction so that the CI passes.

I have not tested whether this is all of the changes needed. If any more pop up I guess one can just add an allow to lib.rs.

@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

The unused macro rules lint is an upcoming lint
added to the rust compiler. This commit prepares
for the introduction so that the CI passes.
@est31
Copy link
Member Author

est31 commented May 8, 2022

I've tested it now with rust-lang's CI and it works great. r? @Amanieu

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