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/rust-analyzer.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mingling_cli/tmpls/rust-analyzer.toml (limited to 'mingling_cli/tmpls/rust-analyzer.toml') diff --git a/mingling_cli/tmpls/rust-analyzer.toml b/mingling_cli/tmpls/rust-analyzer.toml deleted file mode 100644 index 96a96b4..0000000 --- a/mingling_cli/tmpls/rust-analyzer.toml +++ /dev/null @@ -1,9 +0,0 @@ -checkOnSave = true - -# Use mling with ra-lint-check for code checking -# -# This tool will: -# 1. first run `cargo check` to perform basic checks on your workspace -# 2. then run `mling lint` to perform additional checks -# on the `Mingling` framework code in your workspace -check.overrideCommand = ["mling", "ra-lint-check"] -- cgit