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

Removed some #[allow(...)] s #97

Merged
merged 3 commits into from
Dec 19, 2023
Merged

Removed some #[allow(...)] s #97

merged 3 commits into from
Dec 19, 2023

Conversation

kaleidawave
Copy link
Owner

This cleans up (around ~400) temporary pieces of code that were allowed when the Ezno codebase was in the early development stage.

  • Removed unnessary muts
  • Prefixed unused variables with _
  • Removed a few unused functions

cargo fix --lib -p ezno-checker -F ezno-parser --allow-dirty is my new best friend

@kaleidawave kaleidawave added the internal-improvements Related to internal publishing, building, workflows, formatting & linting label Dec 19, 2023
@kaleidawave kaleidawave merged commit baa3a79 into main Dec 19, 2023
8 checks passed
@kaleidawave kaleidawave deleted the remove-unused-imports branch January 5, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-improvements Related to internal publishing, building, workflows, formatting & linting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant