docs/src/languages/rust.md 🔗
@@ -127,7 +127,7 @@ This is enabled by default and can be configured as
```json
"lsp": {
"rust-analyzer": {
- enable_lsp_tasks": true,
+ "enable_lsp_tasks": true,
}
}
```
gak created
Release Notes:
- N/A
docs/src/languages/rust.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -127,7 +127,7 @@ This is enabled by default and can be configured as
```json
"lsp": {
"rust-analyzer": {
- enable_lsp_tasks": true,
+ "enable_lsp_tasks": true,
}
}
```