diff options
Diffstat (limited to 'ext/webgpu/src/queue.rs')
-rw-r--r-- | ext/webgpu/src/queue.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webgpu/src/queue.rs b/ext/webgpu/src/queue.rs index 2668af9fa..a662c4ead 100644 --- a/ext/webgpu/src/queue.rs +++ b/ext/webgpu/src/queue.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use std::num::NonZeroU32; |