aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-21 15:59:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-21 15:59:01 +0800
commit05a06b59d2a27428d253308f067aa0e5a841eb5e (patch)
treeb1176b831e42a7dff4a8b0bcbb35fc7755164c77 /mingling_cli/Cargo.lock
parent770d738829076e0be2152452ab68933a47a483e2 (diff)
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.
Diffstat (limited to 'mingling_cli/Cargo.lock')
-rw-r--r--mingling_cli/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
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",