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

pem-rfc7468: add clippy lints for checked arithmetic and panics #564

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

tarcieri
Copy link
Member

Enforces checked arithmetic (where possible) and that production builds don't use panicking macros.

This is a breaking change because it makes previously infallible length calculation functions infallible, so it bumps the version to v0.5.0-pre.

Enforces checked arithmetic (where possible) and that production builds
don't use panicking macros.

This is a breaking change because it makes previously infallible length
calculation functions infallible, so it bumps the version to v0.5.0-pre.
@tarcieri tarcieri merged commit 4891aa2 into master Mar 30, 2022
@tarcieri tarcieri deleted the pem-rfc7468/checked-arithmetic branch March 30, 2022 04:45
@tarcieri tarcieri mentioned this pull request Mar 30, 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

1 participant