From 05a06b59d2a27428d253308f067aa0e5a841eb5e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 21 Jul 2026 15:59:01 +0800 Subject: feat(lints): add quote dependency and improve variable name detection Use `quote` token stream matching instead of debug formatting to detect variable references in `unnecessary_render_result_creation`, fixing false positives from string-based matching. --- mingling_cli/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_cli/Cargo.lock') diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock index 6d34351..e617d0a 100644 --- a/mingling_cli/Cargo.lock +++ b/mingling_cli/Cargo.lock @@ -254,6 +254,7 @@ dependencies = [ "just_template", "mingling", "proc-macro2", + "quote", "serde", "serde_json", "syn 3.0.2", -- cgit