diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-29 20:56:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-29 20:56:19 +0800 |
| commit | 0617ce6a527567f4545558fda632dd8d7e06606d (patch) | |
| tree | 06479dec6f55d9a46adf0f0ff096340aaefc46b2 /dev_tools/src/bin/ci.rs | |
| parent | 7e9c77641a3dfb5df7c2218081ee625d0d069f4b (diff) | |
Add auto-generated feature flags module and tooling
Diffstat (limited to 'dev_tools/src/bin/ci.rs')
| -rw-r--r-- | dev_tools/src/bin/ci.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev_tools/src/bin/ci.rs b/dev_tools/src/bin/ci.rs index 554425e..0547c34 100644 --- a/dev_tools/src/bin/ci.rs +++ b/dev_tools/src/bin/ci.rs @@ -102,6 +102,7 @@ fn docs_refresh() -> Result<(), i32> { run_cmd!("cargo run --manifest-path dev_tools/Cargo.toml --bin docs-code-box-fix")?; run_cmd!("cargo run --manifest-path dev_tools/Cargo.toml --bin docsify-sidebar-gen")?; run_cmd!("cargo run --manifest-path dev_tools/Cargo.toml --bin refresh-docs")?; + run_cmd!("cargo run --manifest-path dev_tools/Cargo.toml --bin refresh-feature-mod")?; Ok(()) } |
