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

macros: enable clippy lints after darling fix #1036

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

muzarski
Copy link
Contributor

@muzarski muzarski commented Jul 9, 2024

Fix: #1015

Bumped darling to v0.20.10. This version of darling appeases the clippy lints - we don't need to disable them anymore.

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • [ ] I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • [ ] I have provided docstrings for the public items that I want to introduce.
  • [ ] I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

Copy link

github-actions bot commented Jul 9, 2024

cargo semver-checks found no API-breaking changes in this PR! 🎉🥳
Checked commit: 20beb70

Bumped darling to v0.20.10. This version of darling appeases the
clippy lints - we don't need to disable them anymore.
@wprzytula wprzytula merged commit a188ef8 into scylladb:main Jul 9, 2024
11 checks passed
wprzytula added a commit to wprzytula/scylla-rust-driver that referenced this pull request Jul 11, 2024
macros: enable clippy lints after darling fix
(cherry picked from commit a188ef8)
@muzarski muzarski deleted the darling_fix branch October 29, 2024 14:35
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.

scylla-macros: Enable clippy lints once darling issue is fixed
3 participants