summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-03 16:55:29 +0100
committerGitHub <noreply@github.com>2024-09-03 17:55:29 +0200
commit81e941bc92aac37bbf2f385eeceec9e4c8cfb13d (patch)
tree7f15f9d3eab20ba95ab9ad69a1aa4dc57fb12ec8 /cli/args/flags.rs
parent203428ea14d3630f537f0e05f15bb8d56474fe36 (diff)
fix(install): recommend using `deno install -g` when using a single http url (#25388)
Closes https://github.com/denoland/deno/issues/25361
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r--cli/args/flags.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index 44f97010f..2467de88f 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -237,7 +237,6 @@ pub struct InstallFlagsGlobal {
#[derive(Clone, Debug, Eq, PartialEq)]
pub enum InstallKind {
- #[allow(unused)]
Local(Option<AddFlags>),
Global(InstallFlagsGlobal),
}