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 --features test_common --features prettyprint --features=async --all-targets --workspace -- -D warnings
Expected behavior No error.
Additional context Found the bug from #1361
The text was updated successfully, but these errors were encountered:
RecordBatch::validate_new_batch
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 --features test_common --features prettyprint --features=async --all-targets --workspace -- -D warnings
onmaster
branchExpected behavior
No error.
Additional context
Found the bug from #1361
The text was updated successfully, but these errors were encountered: