tonic
tonic copied to clipboard
chore(build): Make empty client and server modules private
Currently, tonic_build exports the client and server modules, both of which contain only private items. Exporting these modules only serves to clutter up the crate's docs. This PR makes the two modules private.
What branch should I target? I initially tried master but the semver check failed.
Sounds reasonable to me. It looks needed to be waited until the next release with breaking changes.