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 unused qualifications #4259

Merged
merged 7 commits into from
Sep 13, 2024

Conversation

Sindbad-Walter
Copy link
Contributor

@Sindbad-Walter Sindbad-Walter commented Sep 12, 2024

The unused_qualifications lint gets triggered even in the macros, an issue was openned on rust to update it but as for now this should prevent the lint from triggerring on macros.

Added #[allow(unused_qualifications)] directly in wrap_in_dummy_mod.
Removed #[allow(unused_qualifications)] from Insertable, reverting #3353 as it will be taken care by the one on wrap_in_dummy_mod.

diesel_derives/src/util.rs Outdated Show resolved Hide resolved
Copy link
Member

@weiznich weiznich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏

@weiznich weiznich added this pull request to the merge queue Sep 13, 2024
Merged via the queue into diesel-rs:master with commit 50c3652 Sep 13, 2024
48 checks passed
@Sindbad-Walter Sindbad-Walter deleted the fix_unused_qualifications branch September 13, 2024 08:09
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.

3 participants