diff options
Diffstat (limited to 'cli/napi/mod.rs')
-rw-r--r-- | cli/napi/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/napi/mod.rs b/cli/napi/mod.rs index 0e302a101..f6ee01c2b 100644 --- a/cli/napi/mod.rs +++ b/cli/napi/mod.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. #![allow(unused_mut)] #![allow(non_camel_case_types)] |