summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorYiyu Lin <linyiyu1992@gmail.com>2023-01-04 20:19:58 +0800
committerGitHub <noreply@github.com>2023-01-04 13:19:58 +0100
commit2da882137eecc96e73a8c4f8e9b7d59ccdbfca66 (patch)
treedb2500cb9e6682b2a0c982403d09eee506938206 /cli/Cargo.toml
parente010eb69c2d28feb530da1eb33ff57885ac49666 (diff)
docs(cli): do not need gen doc for cli (#17260)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 4d61d1703..2747e5333 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -14,6 +14,7 @@ description = "Provides the deno executable"
[[bin]]
name = "deno"
path = "main.rs"
+doc = false
[[bench]]
name = "deno_bench"