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

suppress the unused_unsafe lint in macro code #14

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

oconnor663
Copy link
Contributor

Previously if you used any of the macros inside an unsafe block of your own, the compiler would complain that you were unnecessarily nesting unsafe blocks.

I'm not sure what version of the Rust compiler stabilized block level attributes, though, so it's possible this bumps the minimum compiler version. What's the project policy on that sort of thing?

Previously if you used any of the macros inside an unsafe block of your
own, the compiler would complain that you were unnecessarily nesting
unsafe blocks.
@droundy
Copy link
Owner

droundy commented Aug 10, 2018

Hmmm. This isn't a very active project, but I'd tend to assume that people are using a pretty recent stable version. If not, they could always pin at an older version of arrayref.

@oconnor663
Copy link
Contributor Author

Is there anything I can clean up, or should we land it as is?

@droundy
Copy link
Owner

droundy commented Aug 15, 2018

Looks fine, it just kept getting procrastinated.

@droundy droundy merged commit f151f5c into droundy:master Aug 15, 2018
@droundy
Copy link
Owner

droundy commented Aug 15, 2018

Would you like me to do a version bump just for this?

@oconnor663
Copy link
Contributor Author

I've already worked around it in my own code, so no rush. Maybe if nothing else comes in for a month or two?

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