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

[Merged by Bors] - bevy_reflect: Small refactor and default Reflect methods #4739

Closed
wants to merge 2 commits into from

Commits on May 13, 2022

  1. Give certain Reflect methods a default implementation

    Specifically added default implementations for reflect_hash,
    reflect_partial_eq, and serializable
    MrGVSV committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f639c9b View commit details
    Browse the repository at this point in the history
  2. Remove methods with default implementations

    Remove Reflect trait methods that do exactly what their default
    implementation does.
    MrGVSV committed May 13, 2022
    Configuration menu
    Copy the full SHA
    fa12e21 View commit details
    Browse the repository at this point in the history