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 71ea154 commit a4c5953Copy full SHA for a4c5953
1 file changed
libdd-trace-utils/src/change_buffer/mod.rs
@@ -377,14 +377,14 @@ where
377
// `*cached_slot` is `u32::MAX`. In subsequent iterations,
378
// `interpret_operation_cached` maintains its own safety invariant.
379
unsafe {
380
- self.interpret_operation_cached(
381
- &mut index,
382
- &op,
383
- &mut cached_slot,
384
- &mut cached_span_ptr,
385
- &mut cached_deferred_meta,
386
- &mut cached_deferred_metrics,
387
- )?;
+ self.interpret_operation_cached(
+ &mut index,
+ &op,
+ &mut cached_slot,
+ &mut cached_span_ptr,
+ &mut cached_deferred_meta,
+ &mut cached_deferred_metrics,
+ )?;
388
}
389
390
0 commit comments