Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aloise committed Jun 7, 2022
1 parent f986e24 commit d130ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elasticsearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ pub struct BulkResponseItem {
}

impl BulkResponseItem {
#[allow(clippy::all)]
pub fn action_response(&self) -> Option<&BulkActionResponse> {
self
.index
Expand Down

0 comments on commit d130ddb

Please sign in to comment.