diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 00:38:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 00:38:36 +0800 |
| commit | 39721a88611f47a8e02a4daeafaa34d1a2c44b34 (patch) | |
| tree | d4f5191556413e81300390a8dc0d54e0a0736e75 /docs | |
| parent | e6c2545f89d2af8bac4e772d44655b97789ae60f (diff) | |
feat(core): rename `builds` feature to `build`
Replace the `builds` feature with `build` across the crate, keeping
a backward-compatible alias for the old name. Update all internal
visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and
reorganize the `__private` module into a dedicated `private.rs`.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_zh_CN/pages/advanced/1-completion.md | 4 | ||||
| -rw-r--r-- | docs/pages/advanced/1-completion.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/_zh_CN/pages/advanced/1-completion.md b/docs/_zh_CN/pages/advanced/1-completion.md index 3941404..a6500db 100644 --- a/docs/_zh_CN/pages/advanced/1-completion.md +++ b/docs/_zh_CN/pages/advanced/1-completion.md @@ -15,8 +15,8 @@ features = ["comp"] [build-dependencies.mingling] features = [ "comp", - # 启用 `builds` 特性以提供构建期支持 - "builds" + # 启用 `build` 特性以提供构建期支持 + "build" ] ``` diff --git a/docs/pages/advanced/1-completion.md b/docs/pages/advanced/1-completion.md index a90c3ce..52350db 100644 --- a/docs/pages/advanced/1-completion.md +++ b/docs/pages/advanced/1-completion.md @@ -15,8 +15,8 @@ features = ["comp"] [build-dependencies.mingling] features = [ "comp", - # Enable `builds` for build-time support - "builds" + # Enable `build` for build-time support + "build" ] ``` |
