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 variable / import warnings in pcli #3580

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Conversation

cronokirby
Copy link
Contributor

I don't quite know when this regression was introduced, but it's related to unused variables and imports.

I don't quite know when this regression was introduced, but it's related
to unused variables and imports.
@hdevalence
Copy link
Member

This wasn't a regression, rather, rustc changed how it emitted warnings and started noticing new things to warn against. (Good to fix anyways)

@hdevalence hdevalence merged commit 2982948 into main Jan 5, 2024
7 checks passed
@hdevalence hdevalence deleted the fix-pcli-warnings branch January 5, 2024 16:17
@conorsch
Copy link
Contributor

conorsch commented Jan 5, 2024

See #3543, #3566. I'll merge every passing lint fix. It's just the benchmarks that aren't updated yet, then we'll have full coverage across the repo.

@conorsch
Copy link
Contributor

conorsch commented Jan 5, 2024

It's just the benchmarks that aren't updated yet

Looks like #3579 fixes that!

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