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 for new Rust nightly warnings related to unnecessary qualifications #2911

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

kennykerr
Copy link
Collaborator

That's a lot of warnings! I dealt with them in windows-bindgen so you don't have to. 🥲

A lot of these stem from the early days of windows-rs where all code was generated inside a macro and thus the context in which it was generated was completely unknown and liable to collisions.

@kennykerr kennykerr merged commit e31d823 into master Mar 5, 2024
66 checks passed
@kennykerr kennykerr deleted the unnecessary-qualification branch March 5, 2024 17:28
@ChrisDenton
Copy link
Collaborator

ChrisDenton commented Mar 5, 2024

Woah, that's a large diff!

@kennykerr
Copy link
Collaborator Author

Those nightly changes are not without consequence...

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