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 #262

Merged
merged 3 commits into from
May 10, 2023
Merged

Conversation

TimJentzsch
Copy link
Collaborator

This PR fixes Clippy CI errors, caused by calling ::default() on a unit struct.

I also removed an extra space from the license key in Cargo.toml.
Not sure if this could cause problems, but better safe than sorry!

@janhohenheim
Copy link
Owner

Tthanks! Do you know why this clippy warning didn't trigger before?

@janhohenheim janhohenheim merged commit 08ef400 into janhohenheim:main May 10, 2023
@TimJentzsch TimJentzsch deleted the fix-clippy-warnings branch May 10, 2023 12:14
@TimJentzsch
Copy link
Collaborator Author

Do you know why this clippy warning didn't trigger before?

It's likely a newly implemented lint, since we're using the latest nightly in CI we'll occasionally get breaking changes.

janhohenheim added a commit that referenced this pull request Feb 4, 2024
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