summaryrefslogtreecommitdiff
path: root/serde_v8/magic/rawbytes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'serde_v8/magic/rawbytes.rs')
-rw-r--r--serde_v8/magic/rawbytes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/magic/rawbytes.rs b/serde_v8/magic/rawbytes.rs
index b45143711..2703c7756 100644
--- a/serde_v8/magic/rawbytes.rs
+++ b/serde_v8/magic/rawbytes.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.
pub(crate) type AtomicPtr<T> = *mut T;
#[allow(unused)]
pub(crate) struct RawBytes {