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

Move unused_qualifications to the lints table. #61

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

xStrom
Copy link
Member

@xStrom xStrom commented May 23, 2024

We don't need to wait for MSRV support to use the lints table. The MSRV cargo check commands won't fail, they'll just warn that there is an unused manifest key but the CI will still pass. The stable toolchain will do the actual linting.

This won't be a problem for projects higher up the stack either, as Cargo doesn't complain about unused manifest keys of dependencies.

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.

Oh, we were already using the [lints] table?

I guess that's the danger of GitHub's condensed PR review view

@xStrom xStrom added this pull request to the merge queue May 23, 2024
Merged via the queue into linebender:main with commit c982ffc May 23, 2024
19 checks passed
@xStrom xStrom deleted the lints branch May 23, 2024 12:37
@waywardmonkeys
Copy link
Contributor

Oh, we were already using the [lints] table?

I guess that's the danger of GitHub's condensed PR review view

Only in this crate, not in kurbo or peniko ... I'd noticed earlier today after merging it, but haven't had a spare moment since ...

Thanks, @xStrom !

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