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

chore: fix cargo clippy #5379

Merged
merged 1 commit into from
Dec 2, 2024
Merged

chore: fix cargo clippy #5379

merged 1 commit into from
Dec 2, 2024

Conversation

meteorgan
Copy link
Contributor

Which issue does this PR close?

None

Rationale for this change

Rust has been to upgraded to 1.83.0, which has caused some issues related to Clippy. such as:
https://github.com/apache/opendal/actions/runs/12097756740/job/33733480298?pr=5370
https://github.com/apache/opendal/actions/runs/12097756774/job/33733479648?pr=5370
https://github.com/apache/opendal/actions/runs/12097756741/job/33733480352?pr=5370

What changes are included in this PR?

Are there any user-facing changes?

@meteorgan meteorgan marked this pull request as ready for review December 2, 2024 09:17
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @meteorgan for the maintainance.

@Xuanwo Xuanwo merged commit 0b077ec into apache:main Dec 2, 2024
34 checks passed
@Xuanwo
Copy link
Member

Xuanwo commented Dec 2, 2024

Hi @meteorgan, it seems the clippy lints haven't been fully resolved. Could you take another look at them?

@meteorgan
Copy link
Contributor Author

Hi @meteorgan, it seems the clippy lints haven't been fully resolved. Could you take another look at them?

Okay. I found them late last night. I'll submit another PR soon

@koushiro
Copy link
Member

koushiro commented Dec 3, 2024

@meteorgan You could directly run the following command, so nothing will be missed.

cargo clippy --all-targets --all-features --fix

@meteorgan
Copy link
Contributor Author

@meteorgan You could directly run the following command, so nothing will be missed.

cargo clippy --all-targets --all-features --fix

Thanks. I'll give it a try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants