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 c5c2c2d7a..f6ee31eb8 100644 --- a/test_ffi/src/lib.rs +++ b/test_ffi/src/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. #![allow(clippy::undocumented_unsafe_blocks)] |