diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-06-15 13:22:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 19:22:28 +0200 |
commit | 9c42b5e03b6500aaf38b37b208ad9ae1ba2bbaf3 (patch) | |
tree | 0e92b77eda7126ed8169b168de343b6a19f6a7c4 /runtime/metrics.rs | |
parent | b6fd39377ee68dda0a5d82ed7f5dba9c61583a43 (diff) |
Remove various unnecessary allow(clippy) declarations (#10971)
Diffstat (limited to 'runtime/metrics.rs')
-rw-r--r-- | runtime/metrics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/metrics.rs b/runtime/metrics.rs index aabe953d0..22b037a1e 100644 --- a/runtime/metrics.rs +++ b/runtime/metrics.rs @@ -25,7 +25,6 @@ struct MetricsReturn { ops: Value, } -#[allow(clippy::unnecessary_wraps)] fn op_metrics( state: &mut OpState, _args: (), |