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 clippy lints #1885

Merged
merged 5 commits into from
Feb 25, 2022
Merged

Conversation

HaoYang670
Copy link
Contributor

@HaoYang670 HaoYang670 commented Feb 25, 2022

Which issue does this PR close?

Closes #1880 .

Rationale for this change

Rust is updated to 1.59.0. Some new lints are added to cargo clippy.

What changes are included in this PR?

Run

cargo clippy --all-targets --workspace -- -D warnings

and fix all errors and warnings.

Are there any user-facing changes?

No

Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
Signed-off-by: remzi <[email protected]>
@github-actions github-actions bot added ballista datafusion Changes in the datafusion crate labels Feb 25, 2022
@jimexist jimexist merged commit 879b754 into apache:master Feb 25, 2022
@HaoYang670 HaoYang670 deleted the issue1880_fix_clippy_lints branch February 25, 2022 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo clippy fails on the master branch
2 participants