diff options
Diffstat (limited to 'core/io.rs')
-rw-r--r-- | core/io.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io.rs b/core/io.rs index 7baad12e4..103fe79c1 100644 --- a/core/io.rs +++ b/core/io.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 std::ops::Deref; use std::ops::DerefMut; |