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

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Feb 25, 2021

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.

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
Copy link
Member Author

cuviper commented Mar 5, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 5, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant