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 various unused warnings #10

Merged
merged 7 commits into from
May 10, 2024
Merged

Conversation

weiji14
Copy link
Member

@weiji14 weiji14 commented Apr 27, 2024

Fixing some warnings when running cargo build like:

  • unused imports
  • unused variable
  • unused borrow that must be used
  • unreachable pattern

This is branched off of #9, so should merge #9 before this PR.

@weiji14 weiji14 changed the title Fix various unused warnings WIP: Fix various unused warnings Apr 27, 2024
@weiji14 weiji14 marked this pull request as ready for review May 10, 2024 14:49
@weiji14 weiji14 changed the title WIP: Fix various unused warnings Fix various unused warnings May 10, 2024
@weiji14 weiji14 merged commit 56f30de into georust:main May 10, 2024
1 check passed
@weiji14 weiji14 deleted the fix-unused-warnings branch May 10, 2024 14:50
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