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

Replace small maps w/ array<pair> #1111

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Replace small maps w/ array<pair> #1111

merged 2 commits into from
Nov 26, 2024

Conversation

robinlinden
Copy link
Owner

Same reason as in earlier PRs.

This means that the data is a compile-time constant instead of
heap-allocated at runtime, so no allocations and no nolints.

After this and #1108, we have no cert-err58 nolints left.

@robinlinden robinlinden merged commit 1490b83 into master Nov 26, 2024
21 checks passed
@robinlinden robinlinden deleted the meta-cert58 branch November 26, 2024 15:55
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.

2 participants