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

Update to bitflags 2.3.3 and remove workarounds. #707

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

sunfishcode
Copy link
Member

Bitflags 2.3.3 fixes -= to behave the same as - and = separately, so we can now remove the workarounds.

Fixes #695.

Bitflags 2.3.3 fixes `-=` to behave the same as `-` and `=` separately,
so we can now remove the workarounds.

Fixes #695.
@sunfishcode sunfishcode merged commit 177bc5e into main Jun 28, 2023
52 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/remove-workarounds branch June 28, 2023 14:01
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.

Bitflags workarounds
1 participant