diff options
Diffstat (limited to 'serde_v8/utils.rs')
-rw-r--r-- | serde_v8/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/utils.rs b/serde_v8/utils.rs index d491ac093..6a9732400 100644 --- a/serde_v8/utils.rs +++ b/serde_v8/utils.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. use std::sync::Once; pub fn js_exec<'s>( |