diff options
Diffstat (limited to 'ext/web/hr_timer_lock.rs')
-rw-r--r-- | ext/web/hr_timer_lock.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/hr_timer_lock.rs b/ext/web/hr_timer_lock.rs index cd141a638..e21af5bc8 100644 --- a/ext/web/hr_timer_lock.rs +++ b/ext/web/hr_timer_lock.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. #[cfg(target_os = "windows")] mod windows { use std::marker::PhantomData; |