diff options
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r-- | runtime/worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs index 2fd68dafe..97ea53980 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -227,7 +227,7 @@ impl Default for WorkerOptions { } } -fn create_op_metrics( +pub fn create_op_metrics( enable_op_summary_metrics: bool, strace_ops: Option<Vec<String>>, ) -> ( |