diff options
Diffstat (limited to 'cli/deno_dir.rs')
-rw-r--r-- | cli/deno_dir.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/deno_dir.rs b/cli/deno_dir.rs index c600b06fc..ac35922eb 100644 --- a/cli/deno_dir.rs +++ b/cli/deno_dir.rs @@ -17,8 +17,6 @@ pub struct DenoDir { } impl DenoDir { - // Must be called before using any function from this module. - // https://github.com/denoland/deno/blob/golang/deno_dir.go#L99-L111 pub fn new(custom_root: Option<PathBuf>) -> std::io::Result<Self> { // Only setup once. let home_dir = dirs::home_dir().expect("Could not get home directory."); |