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

Fix unknown id Type for EnumExt::deku_id() #398

Merged
merged 2 commits into from
Jan 16, 2024

Commits on Jan 3, 2024

  1. Fix unknown id Type for EnumExt::deku_id()

    Remove unwrap causing the following error when the EnumExt tried to infer
    what type is was to return. An attribute could be added in the future to aid this,
    but for now we will just not emit the deku_id() for this type of enum.
    I decided in other causes (which aren't tested), to also remove the error
    and just not emit the function also.
    
     help: message: called `Result::unwrap()` on an `Err` value: Error("expected `,`")
    
    See #397
    wcampbell0x2a committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2286c2b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. clippy

    sharksforarms committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    25c14f6 View commit details
    Browse the repository at this point in the history