aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-14 17:30:25 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-14 17:30:25 +0800
commit5d1805cf4b096844f8efbe303479ec7b23a054ce (patch)
treeaee999bd73417673c02970d347ac1045ba7427a3 /.run/src/bin
parent5ecb03177cbe5d167fd641fe37906d03acb7c87b (diff)
feat: add `picker` feature to doc build scripts
Diffstat (limited to '.run/src/bin')
-rw-r--r--.run/src/bin/doc.ps12
-rw-r--r--.run/src/bin/doc.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.run/src/bin/doc.ps1 b/.run/src/bin/doc.ps1
index 987f0de..2ee3be6 100644
--- a/.run/src/bin/doc.ps1
+++ b/.run/src/bin/doc.ps1
@@ -1 +1 @@
-cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,clap,extra_macros --open
+cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros --open
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh
index 5e8a311..ea903ca 100644
--- a/.run/src/bin/doc.sh
+++ b/.run/src/bin/doc.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,clap,extra_macros --open
+cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros --open