diff options
Diffstat (limited to 'bench_util/lib.rs')
-rw-r--r-- | bench_util/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/lib.rs b/bench_util/lib.rs index 1dfb06ae0..f70474a91 100644 --- a/bench_util/lib.rs +++ b/bench_util/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. mod js_runtime; mod profiling; |