Skip to content

Commit 6615560

Browse files
fix version history - Fails to generate info for rust image (#216)
* test * remove rls * revert unwanted changes
1 parent 4758d4d commit 6615560

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ For example:
376376

377377
```json
378378
"cargo": {
379-
"rls": null,
380379
"rustfmt": null,
381380
"rust-analysis": "rustc --version",
382381
"rust-src": "rustc --version",

src/rust/manifest.json

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"Oh My Zsh!": "/home/vscode/.oh-my-zsh"
4343
},
4444
"cargo": {
45-
"rls": null,
4645
"rustfmt": null,
4746
"rust-analysis": "rustc --version",
4847
"rust-src": "rustc --version",

0 commit comments

Comments
 (0)