We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Clippy and docs started failing on main today: fa2fbfd
This is almost certainly due to the new rust release today adding more stringent clippy lints: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-180-2024-07-25
Example failures: https://github.com/apache/arrow-rs/actions/runs/10098403310/job/27925376175 https://github.com/apache/arrow-rs/actions/runs/10098403321/job/27925373718 https://github.com/apache/arrow-rs/actions/runs/10098403299/job/27925376404
To Reproduce Run clippy / docs locally
Expected behavior SHould pass
Additional context
The text was updated successfully, but these errors were encountered:
I will fix this
Sorry, something went wrong.
object_store
alamb
Successfully merging a pull request may close this issue.
Describe the bug
Clippy and docs started failing on main today:
fa2fbfd
This is almost certainly due to the new rust release today adding more stringent clippy lints: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-180-2024-07-25
Example failures:
https://github.com/apache/arrow-rs/actions/runs/10098403310/job/27925376175
https://github.com/apache/arrow-rs/actions/runs/10098403321/job/27925373718
https://github.com/apache/arrow-rs/actions/runs/10098403299/job/27925376404
To Reproduce
Run clippy / docs locally
Expected behavior
SHould pass
Additional context
The text was updated successfully, but these errors were encountered: