diff options
| -rw-r--r-- | .rust-analyzer.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rust-analyzer.toml b/.rust-analyzer.toml new file mode 100644 index 0000000..e42ff37 --- /dev/null +++ b/.rust-analyzer.toml @@ -0,0 +1,2 @@ +[diagnostics] +disabled = ["inactive-code"] |
