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

Visibility pass #935

Closed
sgrif opened this Issue Jun 5, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@sgrif
Member

sgrif commented Jun 5, 2017

pub(restricted) is going to be stable in a few days. There are a lot of things in the library that are technically public, but only to avoid public_in_private violations, or to avoid putting to much in one module. We should see if we can use pub(crate) in these cases to protect ourselves from breakage post-1.0.

@sgrif sgrif added this to the 1.0 milestone Jun 5, 2017

@sgrif sgrif closed this Dec 2, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment