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

x509-cert: restore Copy for Validity #1527

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

baloo
Copy link
Member

@baloo baloo commented Sep 24, 2024

x509_cert::time::Validity used to have Copy, but because it now carries a Profile, it may lose the Copy trait

This forces the profile to be copyable. Profile should not carry state so I don't believe this is much of an issue.

x509_cert::time::Validity used to have Copy, but because it now carries
a Profile, it may lose the Copy trait

This forces the profile to be copyable. Profile should not carry state
so I don't believe this is much of an issue.
@baloo baloo merged commit 37d32ce into RustCrypto:master Sep 24, 2024
53 checks passed
@baloo baloo deleted the baloo/x509-cert/missing-copy branch September 24, 2024 17:26
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.

1 participant