From 28bebce54445f248614eca493cff6b8d3659df40 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 18 Aug 2024 22:24:56 -0400 Subject: chore: Rust 1.80.1 (#25089) --- cli/args/mod.rs | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'cli/args') diff --git a/cli/args/mod.rs b/cli/args/mod.rs index c347ab6fd..403e4ffdf 100644 --- a/cli/args/mod.rs +++ b/cli/args/mod.rs @@ -1453,16 +1453,6 @@ impl CliOptions { Ok(result) } - pub fn resolve_deno_graph_workspace_members( - &self, - ) -> Result, AnyError> { - self - .workspace() - .jsr_packages() - .map(|pkg| config_to_deno_graph_workspace_member(&pkg.config_file)) - .collect::, _>>() - } - /// Vector of user script CLI arguments. pub fn argv(&self) -> &Vec { &self.flags.argv @@ -1551,10 +1541,6 @@ impl CliOptions { &self.flags.location } - pub fn maybe_custom_root(&self) -> &Option { - &self.flags.cache_path - } - pub fn no_remote(&self) -> bool { self.flags.no_remote } -- cgit v1.2.3