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 Clippy Warnings + Error Handling #99

Merged
merged 7 commits into from
Apr 12, 2024
Merged

Fix Clippy Warnings + Error Handling #99

merged 7 commits into from
Apr 12, 2024

Conversation

rolandpeelen
Copy link
Member

Some basic refactors. Most of it was automatic. Biggest (manual) changes:

  • In parse.rs we now hoist module.source_type.to_owned() to the root match statement, so we don't have to do it in every sub-tree. This makes the code quite a lot more readable
  • We stop returning unit for the return of build and have some basic error Enums.

@rolandpeelen rolandpeelen merged commit fefc066 into master Apr 12, 2024
2 checks 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