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

allow cfg(one_screenshot) and static_mut_refs warnings #879

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cyrgani
Copy link
Contributor

@cyrgani cyrgani commented Jan 10, 2025

Fixes #823.
Allows #[cfg(one_screenshot)] internally without making it publicly acessible as it is only a debugging utility.
Allows static_mut_refs because macroquad 0.4 is fundamentally built as a single-thread library with a central static mut CONTEXT and this lint cannot be fixed without larger changes.

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.

#[cfg(one_screenshot) warnings
1 participant