diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-28 12:35:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-28 12:35:07 +0800 |
| commit | afddded8fdab6925a83f1240999ebac8f76f239d (patch) | |
| tree | 16d692f32e15824863907156ad1d4ed8c7b29576 /rust-analyzer.toml | |
| parent | a469c6684619c9677dfc1125886acc37f24c81d4 (diff) | |
Replace manual template processing with just_template library
Diffstat (limited to 'rust-analyzer.toml')
| -rw-r--r-- | rust-analyzer.toml | 6 |
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 |
