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

bip32: use const panic for Prefix::from_parts_unchecked #995

Merged
merged 1 commit into from May 11, 2022

Conversation

tony-iqlusion
Copy link
Member

Now that we're MSRV 1.57, const panic can be used because it was stabilized in that release.

Now that we're MSRV 1.57, const panic can be used because it was
stabilized in that release.
@codecov-commenter
Copy link

Codecov Report

Merging #995 (dd97131) into main (725ac32) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #995   +/-   ##
=======================================
  Coverage   62.78%   62.78%           
=======================================
  Files          64       64           
  Lines        2147     2147           
=======================================
  Hits         1348     1348           
  Misses        799      799           
Impacted Files Coverage Δ
bip32/src/prefix.rs 64.70% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 725ac32...dd97131. Read the comment docs.

@tony-iqlusion tony-iqlusion merged commit 5e3e7c1 into main May 11, 2022
@tony-iqlusion tony-iqlusion deleted the bip32/use-const-panic branch May 11, 2022 00:15
@tony-iqlusion tony-iqlusion mentioned this pull request May 11, 2022
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