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

lints: Enable warn(unused_qualifications) #346

Merged

Conversation

waywardmonkeys
Copy link
Contributor

This helps point out where the code can be more concise with an identifier already being in scope and not needing qualifications.

This helps point out where the code can be more concise with
an identifier already being in scope and not needing qualifications.
@waywardmonkeys waywardmonkeys force-pushed the fix-unused-qualifications branch from 9437953 to ecd8024 Compare May 20, 2024 13:24
@waywardmonkeys waywardmonkeys requested a review from DJMcNab May 20, 2024 13:25
Copy link
Member

@DJMcNab DJMcNab left a comment

Choose a reason for hiding this comment

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

I don't really maintain Kurbo, but I can't see any way this causes a problem - presuming our CI is checking MSRV properly, as finding out the MSRV of a lint requires more research than a single search.

@waywardmonkeys
Copy link
Contributor Author

For reference, it existed earlier than December, 2021, so I know it is fine here. :)

@waywardmonkeys waywardmonkeys merged commit 884483b into linebender:main May 20, 2024
14 checks passed
@waywardmonkeys waywardmonkeys deleted the fix-unused-qualifications branch May 20, 2024 13:32
@waywardmonkeys waywardmonkeys added this to the August, 2024 Release milestone Aug 6, 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