diff options
Diffstat (limited to 'ext/node/path.rs')
-rw-r--r-- | ext/node/path.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/path.rs b/ext/node/path.rs index 8477fe713..f0ce52002 100644 --- a/ext/node/path.rs +++ b/ext/node/path.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + use std::path::Component; use std::path::PathBuf; |