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

Commits on Jul 3, 2023

  1. Move fmt module to __private module

    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 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    88698b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge branch 'master' into limit-public-fmt

    # Conflicts:
    #	src/lib.rs
    tyranron committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    04ba81a View commit details
    Browse the repository at this point in the history
  2. Minor corrections

    tyranron committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d52d84f View commit details
    Browse the repository at this point in the history
  3. Fix

    tyranron committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1fc243e View commit details
    Browse the repository at this point in the history