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

feat: add pub_static_now_mutable lint #1020

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

orhun
Copy link
Contributor

@orhun orhun commented Dec 7, 2024

This new lint is for public static variables which might be mutable
later on. This would require them to use an unsafe block which is
breaking.

This new lint is for public static variables which might be mutable
later on. This would require them to use an unsafe block which is
breaking.
@obi1kenobi obi1kenobi enabled auto-merge (squash) December 7, 2024 18:35
@obi1kenobi obi1kenobi merged commit a7e8c89 into obi1kenobi:main Dec 7, 2024
31 checks passed
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