diff options
Diffstat (limited to 'ext/napi/function.rs')
-rw-r--r-- | ext/napi/function.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/napi/function.rs b/ext/napi/function.rs index edeed2566..aec402149 100644 --- a/ext/napi/function.rs +++ b/ext/napi/function.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 crate::*; #[repr(C)] |