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

Move fmt module to __private module #270

Merged
merged 4 commits into from
Jul 5, 2023
Merged

Move fmt module to __private module #270

merged 4 commits into from
Jul 5, 2023

Conversation

JelteF
Copy link
Owner

@JelteF JelteF commented Jul 3, 2023

There were a whole bunch of exports and re-exports in the fmt module
of things that should not be public API of this crate, but instead are
implementation details. So this limits the amount of things we export
from that module, and it also moves the things we do export the
__private module.

@JelteF JelteF force-pushed the limit-public-fmt branch 2 times, most recently from 262e91a to 6bc708f Compare July 3, 2023 22:36
There were a whole bunch of exports and re-exports in the `fmt` module
of things that should not be public API of this crate, but instead are
implementation details. So this limits the amount of things we export
from that module, and it also moves the things we do export the
`__private` module.
@JelteF JelteF requested a review from tyranron July 3, 2023 22:46
@JelteF JelteF self-assigned this Jul 3, 2023
@tyranron tyranron added this to the 1.0.0 milestone Jul 5, 2023
@tyranron tyranron merged commit bc732a4 into master Jul 5, 2023
16 checks passed
@tyranron tyranron deleted the limit-public-fmt branch July 5, 2023 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants