summaryrefslogtreecommitdiff
path: root/runtime/ops/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/runtime.rs')
-rw-r--r--runtime/ops/runtime.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ops/runtime.rs b/runtime/ops/runtime.rs
index b80067031..4b81c579f 100644
--- a/runtime/ops/runtime.rs
+++ b/runtime/ops/runtime.rs
@@ -36,6 +36,7 @@ fn op_main_module(
Ok(json!(&main))
}
+#[allow(clippy::unnecessary_wraps)]
fn op_metrics(
state: &mut OpState,
_args: Value,