We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b379c commit 8a55473Copy full SHA for 8a55473
gems/codetracer-ruby-recorder/ext/native_tracer/src/lib.rs
@@ -289,9 +289,7 @@ fn begin_trace(
289
Ok(tracer)
290
}
291
292
-fn flush_to_dir(
293
- tracer: &mut dyn TraceWriter,
294
-) -> Result<(), Box<dyn std::error::Error>> {
+fn flush_to_dir(tracer: &mut dyn TraceWriter) -> Result<(), Box<dyn std::error::Error>> {
295
TraceWriter::finish_writing_trace_events(tracer)?;
296
TraceWriter::finish_writing_trace_metadata(tracer)?;
297
TraceWriter::finish_writing_trace_paths(tracer)?;
0 commit comments