From 5d1805cf4b096844f8efbe303479ec7b23a054ce Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 14 Jul 2026 17:30:25 +0800 Subject: feat: add `picker` feature to doc build scripts --- .run/src/bin/doc.ps1 | 2 +- .run/src/bin/doc.sh | 2 +- 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 -- cgit