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 f70474a91..39183be7f 100644 --- a/bench_util/lib.rs +++ b/bench_util/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. mod js_runtime; mod profiling; |