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

Remove most static muts #383

Merged
merged 2 commits into from
Dec 31, 2024
Merged

Remove most static muts #383

merged 2 commits into from
Dec 31, 2024

Conversation

LGFae
Copy link
Owner

@LGFae LGFae commented Dec 5, 2024

Remove most static mut from globals (only the wayland file descriptor remains).

LGFae added 2 commits December 5, 2024 09:40
The only remaining `static mut` is the wayland file descriptor, because
it would be incredibly incovenient to change it. The wayland
`static mut` is also the least concerning one, since it always creates
immutable references to it.
@LGFae LGFae merged commit 5788693 into main Dec 31, 2024
10 checks passed
@LGFae LGFae deleted the remove-most-static-muts branch December 31, 2024 12:30
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