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

Factory cache statics don't need to be public #3261

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

kennykerr
Copy link
Collaborator

As alluded to in #3242, the static accessors for factory cache access don't need to be public. This has a side effect of causing dead code warnings in cases where cfg -gated methods aren't feature-included and then don't use those statics. I'll deal with that separately.

@kennykerr kennykerr merged commit 7730a01 into master Sep 6, 2024
79 checks passed
@kennykerr kennykerr deleted the factory-cache-static-not-pub branch September 6, 2024 16:52
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