Skip to content

Commit

Permalink
obey clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed May 13, 2024
1 parent 2b23e23 commit c4586a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tremor-connectors/src/impls/http/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ impl std::fmt::Debug for RawRequestData {
.field("data", &self.data)
.field("request_meta", &self.request_meta)
.field("content_type", &self.content_type)
.finish()
.finish_non_exhaustive()
}
}

Expand Down

0 comments on commit c4586a2

Please sign in to comment.