diff options
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 |
