summaryrefslogtreecommitdiff
path: root/rust-analyzer.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-28 12:35:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-28 12:35:07 +0800
commitafddded8fdab6925a83f1240999ebac8f76f239d (patch)
tree16d692f32e15824863907156ad1d4ed8c7b29576 /rust-analyzer.toml
parenta469c6684619c9677dfc1125886acc37f24c81d4 (diff)
Replace manual template processing with just_template library
Diffstat (limited to 'rust-analyzer.toml')
-rw-r--r--rust-analyzer.toml6
1 files changed, 6 insertions, 0 deletions
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