summaryrefslogtreecommitdiff
path: root/runtime/ops/runtime.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-02-12 21:08:36 +1100
committerGitHub <noreply@github.com>2021-02-12 21:08:36 +1100
commit54e53cc9ea0767dfe8a44f92361f68c03f5f038f (patch)
tree12fa9db568984e97f5885e488857d406580a99b9 /runtime/ops/runtime.rs
parent146fb360c649f87c6898848bd3ee3610cd7ee8a6 (diff)
chore: Update to Rust 1.50.0 (#9479)
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,