diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-21 16:56:39 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-21 16:56:39 +0800 |
| commit | b9d7b8736062509f1f7a5c02943398975ea7ee53 (patch) | |
| tree | 092c2e69af569522051056008f3b3079f14a0efb /mingling_cli/build.rs | |
| parent | 05a06b59d2a27428d253308f067aa0e5a841eb5e (diff) | |
feat(lint): add non_mingling_naming_style lint with auto-fix suggestions
Support file-level lint checks via `check_file` in lint registry
template.
Diffstat (limited to 'mingling_cli/build.rs')
| -rw-r--r-- | mingling_cli/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_cli/build.rs b/mingling_cli/build.rs index b74d8a0..ec4f208 100644 --- a/mingling_cli/build.rs +++ b/mingling_cli/build.rs @@ -4,7 +4,7 @@ pub mod pre; fn main() { // Perform path analysis and build type mapping table - analyze_and_build_type_mapping().unwrap(); + analyze_and_build_type_mapping().ok(); // Generate lint registry pre::gen_mod_file().unwrap(); |
