From b9d5d8e2c442d73245b66c585afde8846c38d9c1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 3 Aug 2026 00:39:54 +0800 Subject: feat(build): document build module and refine feature exports Add module-level docs for the build module via include_str and restrict public re-exports to explicit items instead of glob imports. --- .run/src/bin/doc.ps1 | 2 +- .run/src/bin/doc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.run/src') diff --git a/.run/src/bin/doc.ps1 b/.run/src/bin/doc.ps1 index 0e55141..eec3dc5 100644 --- a/.run/src/bin/doc.ps1 +++ b/.run/src/bin/doc.ps1 @@ -1,5 +1,5 @@ cargo doc ` --manifest-path mingling/Cargo.toml ` --no-deps ` - --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros ` + --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros,pathf ` --open diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh index 014ea44..9267a07 100755 --- a/.run/src/bin/doc.sh +++ b/.run/src/bin/doc.sh @@ -3,5 +3,5 @@ cargo doc \ --manifest-path mingling/Cargo.toml \ --no-deps \ - --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \ + --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros,pathf \ --open -- cgit