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

Reduce pub visibility for most variables / functions #265

Open
kevinlewi opened this issue Nov 12, 2022 · 0 comments
Open

Reduce pub visibility for most variables / functions #265

kevinlewi opened this issue Nov 12, 2022 · 0 comments
Assignees
Labels
cleanup Changes that don't really affect the core computation, but improve maintenance

Comments

@kevinlewi
Copy link
Contributor

Lots of things that currently have pub visibility do not need to be publicly visible. Let's do a pass over everything that is pub and see if it can be downgraded to pub(crate) at least.

@kevinlewi kevinlewi added the cleanup Changes that don't really affect the core computation, but improve maintenance label Nov 12, 2022
@kevinlewi kevinlewi self-assigned this Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Changes that don't really affect the core computation, but improve maintenance
Projects
None yet
Development

No branches or pull requests

1 participant