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
cargo clippy
master
Describe the bug After update rustup to the latest version rustc 1.59.0, running cargo clippy on master branch fails.
rustup
rustc 1.59.0
To Reproduce
cargo clippy --all-targets --workspace -- -D warnings
Expected behavior No error.
Additional context Found the bug from #1878 Same error in arrow-rs: apache/arrow-rs#1362
The text was updated successfully, but these errors were encountered:
@houqp
Sorry, something went wrong.
This happens on almost every rust release :D @HaoYang670 please feel free to send a PR to fix those warnings.
Successfully merging a pull request may close this issue.
Describe the bug
After update
rustup
to the latest versionrustc 1.59.0
, runningcargo clippy
on master branch fails.To Reproduce
rustc 1.59.0
cargo clippy --all-targets --workspace -- -D warnings
onmaster
branchExpected behavior
No error.
Additional context
Found the bug from #1878
Same error in arrow-rs: apache/arrow-rs#1362
The text was updated successfully, but these errors were encountered: