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

Use bitflags! consistently. #680

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

waywardmonkeys
Copy link
Contributor

This removes an extern crate and a use so that we always call it via bitflags::bitflags! everywhere.

This removes an `extern crate` and a `use` so that we always
call it via `bitflags::bitflags!` everywhere.
@Vrixyz Vrixyz added the D-Easy label Jul 12, 2024
@Vrixyz Vrixyz merged commit 23c0c05 into dimforge:master Jul 12, 2024
5 checks passed
@Vrixyz
Copy link
Contributor

Vrixyz commented Jul 12, 2024

Thanks!

@waywardmonkeys waywardmonkeys deleted the bitflags-bitflags branch July 12, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants