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 bitflags crate dependency #2073

Merged
merged 6 commits into from
Jul 5, 2023
Merged

Remove bitflags crate dependency #2073

merged 6 commits into from
Jul 5, 2023

Commits on Jul 4, 2023

  1. Remove bitflags crate dependency

    Impl own `MethodFilter` and `EventFlags` types
    
    Refs: #2066
    rsdlt committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a5559ae View commit details
    Browse the repository at this point in the history
  2. Remove use bitflags::bitflags comment

    Refs: #2066
    rsdlt committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    516b819 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary scopes in functions.

    Refs: #2066
    rsdlt committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9913644 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Remove std::ops::BitOr dependency for MethodFilter and EventFlags

    Impl method `or` for `MethodFilter`.
    
    Refs: #2066
    rsdlt committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    69f1f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9a3c5 View commit details
    Browse the repository at this point in the history
  3. update changelog

    davidpdrsn committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f21e299 View commit details
    Browse the repository at this point in the history