From afddded8fdab6925a83f1240999ebac8f76f239d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 28 Feb 2026 12:35:07 +0800 Subject: Replace manual template processing with just_template library --- rust-analyzer.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rust-analyzer.toml') diff --git a/rust-analyzer.toml b/rust-analyzer.toml index 0a09afa..1df6f98 100644 --- a/rust-analyzer.toml +++ b/rust-analyzer.toml @@ -27,6 +27,12 @@ check.command = "clippy" check.extraArgs = ["--all-features"] files.watcher = "client" +files.excludeDirs = [ + "src/systems/cmd/_commands.rs", + "src/systems/render/_override_renderer_dispatcher.rs", + "src/systems/render/_override_renderer_entry.rs", + "src/systems/render/_specific_renderer_matching.rs" +] macroExpansion.mode = "hir" macroExpansion.maxDepth = 32 -- cgit