diff options
Diffstat (limited to 'src/tokio_write.rs')
-rw-r--r-- | src/tokio_write.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tokio_write.rs b/src/tokio_write.rs index 68e0d2261..945de375d 100644 --- a/src/tokio_write.rs +++ b/src/tokio_write.rs @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. // TODO Submit this file upstream into tokio-io/src/io/write.rs use std::io; use std::mem; |