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

Change Debug to match Display #195

Merged
merged 1 commit into from Mar 5, 2021
Merged

Change Debug to match Display #195

merged 1 commit into from Mar 5, 2021

Commits on Feb 25, 2021

  1. Change Debug to match Display

    The derived `Debug` showed the raw digit data, which is sometimes useful
    if you're debugging `num-bigint` itself, but annoying in many other
    contexts. For something like a simple `dbg!` call in a program, you
    probably just want to see the numeric value.
    
    This is not _necessarily_ a breaking change, but we'll treat it so.
    cuviper committed Feb 25, 2021
    Copy the full SHA
    8f30944 View commit details
    Browse the repository at this point in the history