Skip to content

Commit 2d66853

Browse files
committed
Fix the invalid JSON
1 parent c89e54e commit 2d66853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/suggested.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ you can write: <!-- date-check: nov 2022 --><!-- the date comment is for the edi
4949
"--json-output"
5050
],
5151
"rust-analyzer.cargo.sysroot": "./build/host/stage0-sysroot",
52-
"rust-analyzer.rustc.source": "./Cargo.toml",
52+
"rust-analyzer.rustc.source": "./Cargo.toml"
5353
}
5454
```
5555

0 commit comments

Comments
 (0)