diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-12 17:11:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-12 17:12:54 +0800 |
| commit | 2efec9d3924ce1d806b04e2d51c1cda285bf501d (patch) | |
| tree | 5490a4ab433f77ae0e078558028f808b1dc6087e /.run/src/bin/refresh-feature-mod.rs | |
| parent | 9dad6b93e4e735d061db6b4349227d8f23b65116 (diff) | |
ci: Refactor CI workflows into single check matrix
Replace the separate code/docs CI jobs and local check flags with
a unified `--check-*` flag system, enabling each check to run
independently across a platform matrix.
Diffstat (limited to '.run/src/bin/refresh-feature-mod.rs')
| -rw-r--r-- | .run/src/bin/refresh-feature-mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.run/src/bin/refresh-feature-mod.rs b/.run/src/bin/refresh-feature-mod.rs index 2255dbc..4cd6532 100644 --- a/.run/src/bin/refresh-feature-mod.rs +++ b/.run/src/bin/refresh-feature-mod.rs @@ -2,7 +2,7 @@ use std::collections::BTreeSet; use std::path::Path; use just_fmt::snake_case; -use just_template::{tmpl, Template}; +use just_template::{Template, tmpl}; use tools::println_cargo_style; const CARGO_TOML_PATH: &str = "./mingling/Cargo.toml"; |
