diff options
Diffstat (limited to 'runtime/metrics.rs')
-rw-r--r-- | runtime/metrics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/metrics.rs b/runtime/metrics.rs index c70e0dab9..b609f2466 100644 --- a/runtime/metrics.rs +++ b/runtime/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. #[derive(Default, Debug)] pub struct Metrics { pub ops_dispatched: u64, |