diff options
Diffstat (limited to 'core/zero_copy_buf.rs')
-rw-r--r-- | core/zero_copy_buf.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/zero_copy_buf.rs b/core/zero_copy_buf.rs index 053576547..848f5ac2e 100644 --- a/core/zero_copy_buf.rs +++ b/core/zero_copy_buf.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use crate::bindings; use rusty_v8 as v8; use smallvec::SmallVec; |