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

Hide helper traits from calling code #7

Merged
merged 4 commits into from
Nov 10, 2019
Merged

Commits on Nov 9, 2019

  1. hide helper traits from calling code

    Makes a couple of changes to avoid helper traits from appearing anywhere in the
    caller code.
    
    It changes the name of the `Display` trait method to reduce the chance that an
    inherent method conflicts with the type in question, causing undesirable
    results. It also wraps the helper trait and declarations into an anonymous const
    context, meaning the helper traits aren't visible to the calling context.
    mystor committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    ab1260c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12def53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    894d1d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. run ci on pull_request

    mystor committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    5db9364 View commit details
    Browse the repository at this point in the history