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 Latest Clippy Lints for object_store #5546

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

Follow up to #5544

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the object-store Object Store Interface label Mar 23, 2024
@@ -138,6 +138,7 @@ struct BatchDeleteResponse {

#[derive(Deserialize)]
enum DeleteObjectResult {
#[allow(unused)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was complaining because we never use this field outside of the deserialization routine

Copy link
Contributor

Choose a reason for hiding this comment

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

so is it actually unused? Or is this a clippy false positive?

@tustvold tustvold changed the title Fix Clippy Lints object_store Fix Latest Clippy Lints for object_store Mar 23, 2024
@tustvold
Copy link
Contributor Author

Merging as uncontroversial and unblocks CI

@tustvold tustvold merged commit e8b424a into apache:master Mar 23, 2024
14 checks passed
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @tustvold

@@ -138,6 +138,7 @@ struct BatchDeleteResponse {

#[derive(Deserialize)]
enum DeleteObjectResult {
#[allow(unused)]
Copy link
Contributor

Choose a reason for hiding this comment

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

so is it actually unused? Or is this a clippy false positive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants