We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SerialNumber::generate
The method is currently fallible:
formats/x509-cert/src/serial_number.rs
Lines 73 to 82 in 48eac00
However, it's a trivial wrapper around SerialNumber::generate_with_prefix with arguments that mean it cannot fail:
SerialNumber::generate_with_prefix
Lines 98 to 105 in 48eac00
Lines 48 to 57 in 48eac00
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The method is currently fallible:
formats/x509-cert/src/serial_number.rs
Lines 73 to 82 in 48eac00
However, it's a trivial wrapper around
SerialNumber::generate_with_prefix
with arguments that mean it cannot fail:formats/x509-cert/src/serial_number.rs
Lines 98 to 105 in 48eac00
formats/x509-cert/src/serial_number.rs
Lines 48 to 57 in 48eac00
The text was updated successfully, but these errors were encountered: