From 7ef6183f3a90d97bfae1af49658c089c04c3f715 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 04:12:11 +0800 Subject: chore: remove deprecated `cmd_mlint_install` module --- mingling_cli/tmpls/lints.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mingling_cli/tmpls/lints.tmpl') diff --git a/mingling_cli/tmpls/lints.tmpl b/mingling_cli/tmpls/lints.tmpl index 590828a..e177079 100644 --- a/mingling_cli/tmpls/lints.tmpl +++ b/mingling_cli/tmpls/lints.tmpl @@ -1,3 +1,5 @@ +// This file is auto-generated by pre/lint_registry.rs + #![allow(unused)] use crate::linter::mlint_report::{MlintLevel, MlintReport}; -- cgit