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 issues in README example and impl_sets! macro #8

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

heeuid
Copy link
Contributor

@heeuid heeuid commented Jun 22, 2024

This pull request addresses two issues:

  1. Update return type in README 'Quickstart' example

    • The return type of the main function in the README 'Quickstart' example has been updated from Result<(), Box<dyn Error>> to Result<(), impl Error> to ensure correct compilation.
    • Commit: b0b3502
  2. Update index for 'K' in impl_sets! macro

    • The index for 'K' in the last impl_sets! macro call has been corrected from 0 to 10 to ensure proper indexing for all tuple elements, including 'K'.
    • Commit: 7647e21

heeuid added 2 commits June 22, 2024 21:46
Correct the index for K in the last impl_sets! macro call from 0 to 10
to ensure proper indexing for all tuple elements including K
Update the return type of the main function to Result<(), impl Error> for correct compilation.
@TheEmeraldBee TheEmeraldBee merged commit 2ccdeb5 into TheEmeraldBee:master Jun 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants