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

Update to support Rust 1.18 visibility restrictions (see #80) #81

Merged
merged 1 commit into from Sep 28, 2017

Conversation

Projects
None yet
3 participants
@alekratz
Copy link
Contributor

alekratz commented Jul 7, 2017

Obviously, if there's something dire that needs to be changed or fixed, please let me know (or fix it). The one concern I had was the weirdness that pub(in module) produces with the macros, because it adds an extra argument. I've added a special rule to __lazy_static_internal that allows for a workaround.

@KodrAus

This comment has been minimized.

Copy link
Contributor

KodrAus commented Sep 22, 2017

@Kimundi do you have any thoughts on this?

@Kimundi Kimundi merged commit 7dd4c01 into rust-lang-nursery:master Sep 28, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
@Kimundi

This comment has been minimized.

Copy link
Contributor

Kimundi commented Sep 28, 2017

Sorry for the late response. This patch looks good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.