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

Make TabletBot pass most clippy::pedantic lints #30

Merged
merged 4 commits into from
Apr 29, 2024

Conversation

jamesbt365
Copy link
Member

Yeah a lot of silly things were happening so I went almost full pedantic.

Removes async stuff where its not even remotely required, some spots must stay for poise though, so they are allowed where required.

For the most part follows the auto suggestions, other places I've had to take over. I've given it a quick test and everything seems to work just fine, though the code in my other PRs most likely do not pass the lints here, that can be sorted on merge of those PRs.

@InfinityGhost InfinityGhost added bug Something isn't working enhancement New feature or request labels Mar 30, 2024
@InfinityGhost InfinityGhost merged commit 6288847 into OpenTabletDriver:master Apr 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants