chore: style fixes

This commit is contained in:
mokou
2022-11-11 16:12:09 +01:00
parent 4a60b7b2e3
commit 2e1630c712
3 changed files with 14 additions and 11 deletions

View File

@@ -126,7 +126,7 @@ After every couple of sections, there will be a quiz that'll test your knowledge
## Enabling `rust-analyzer`
Run the command `rustlings lsp` which will generate a `rust-project.json` at the root of the project, this allows [rust-analyzer](https://rust-analyzer.github.io/) to parse each exercise.
Run the command `rustlings lsp` which will generate a `rust-project.json` at the root of the project, this allows [rust-analyzer](https://rust-analyzer.github.io/) to parse each exercise.
## Continuing On