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

Add #[derive(Clone, Copy... on all bitflags #1396

Merged
merged 3 commits into from Dec 24, 2023

Commits on Oct 19, 2023

  1. Add #[derive(Clone, Copy... on all bitflags

    This will make it easier to use them, e.g. I won't need to re-create `FunctionFlags` for registering multiple similar functions.
    nyurik committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7c58506 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    be4f1de View commit details
    Browse the repository at this point in the history
  2. review feedback

    nyurik committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    4e0b446 View commit details
    Browse the repository at this point in the history