diff options
Diffstat (limited to 'rust-analyzer.toml')
| -rw-r--r-- | rust-analyzer.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-analyzer.toml b/rust-analyzer.toml index 0a09afa..0754abc 100644 --- a/rust-analyzer.toml +++ b/rust-analyzer.toml @@ -27,6 +27,9 @@ check.command = "clippy" check.extraArgs = ["--all-features"] files.watcher = "client" +files.excludeDirs = [ + "src/data/compile_info.rs" +] macroExpansion.mode = "hir" macroExpansion.maxDepth = 32 |
