File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ renaming_overrides_prefixing = true
4949"ProfileNewResult" = " ddog_prof_Profile_NewResult"
5050"ProfileResult" = " ddog_prof_Profile_Result"
5151"Request" = " ddog_prof_Exporter_Request"
52- "RequestBuildResult" = " ddog_prof_Exporter_Request_BuildResult"
5352"SendResult" = " ddog_prof_Exporter_SendResult"
5453"SerializeResult" = " ddog_prof_Profile_SerializeResult"
5554"Slice_File" = " ddog_prof_Exporter_Slice_File"
Original file line number Diff line number Diff line change @@ -211,9 +211,6 @@ unsafe fn parse_json(
211211}
212212
213213/// Builds a request and sends it, returning the HttpStatus.
214- /// This is a more efficient version of calling `ddog_prof_Exporter_Request_build`
215- /// followed by `ddog_prof_Exporter_send`, as it avoids exposing the intermediate
216- /// `Request` object.
217214///
218215/// # Arguments
219216/// * `exporter` - Borrows the exporter.
You can’t perform that action at this time.
0 commit comments