Skip to content

Commit c8b4b1c

Browse files
committed
add a missing comma to default r-a settings file
1 parent 88bd39b commit c8b4b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/etc/rust_analyzer_settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"x.py",
3636
"check",
3737
"--json-output",
38-
"--compile-time-deps"
38+
"--compile-time-deps",
3939
"--build-dir",
40-
"build-rust-analyzer",
40+
"build-rust-analyzer"
4141
],
4242
"rust-analyzer.server.extraEnv": {
4343
"RUSTUP_TOOLCHAIN": "nightly"

0 commit comments

Comments
 (0)