diff options
Diffstat (limited to 'cli/util/path.rs')
-rw-r--r-- | cli/util/path.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/util/path.rs b/cli/util/path.rs index 6df982f4e..76e2a1b6f 100644 --- a/cli/util/path.rs +++ b/cli/util/path.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + use std::borrow::Cow; use std::path::Path; use std::path::PathBuf; |