diff options
Diffstat (limited to 'test_ffi/src/lib.rs')
-rw-r--r-- | test_ffi/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_ffi/src/lib.rs b/test_ffi/src/lib.rs index 1c1770bf0..b608877f7 100644 --- a/test_ffi/src/lib.rs +++ b/test_ffi/src/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. #![allow(clippy::undocumented_unsafe_blocks)] |