diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-03 00:39:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-03 00:39:54 +0800 |
| commit | b9d5d8e2c442d73245b66c585afde8846c38d9c1 (patch) | |
| tree | 1b11da7fabcb16b24272c30ee7aa781c25933ef7 /.run/src/bin/doc.ps1 | |
| parent | 3668b49c0d3423f1d5d10bb6b4a0e0e7b61f2046 (diff) | |
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.
Diffstat (limited to '.run/src/bin/doc.ps1')
| -rw-r--r-- | .run/src/bin/doc.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
