Skip to content

Commit e8b424a

Browse files
authored
Fix Clippy Lints object_store (#5546)
1 parent a8c4232 commit e8b424a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

object_store/src/aws/client.rs

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ struct BatchDeleteResponse {
138138

139139
#[derive(Deserialize)]
140140
enum DeleteObjectResult {
141+
#[allow(unused)]
141142
Deleted(DeletedObject),
142143
Error(DeleteError),
143144
}

0 commit comments

Comments
 (0)