akd icon indicating copy to clipboard operation
akd copied to clipboard

Reduce pub visibility for most variables / functions

Open kevinlewi opened this issue 3 years ago • 0 comments

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 avatar Nov 12 '22 23:11 kevinlewi