mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-25 23:10:30 +00:00
Fix some grammar
This commit is contained in:
parent
a025ce0538
commit
60e0d4ae8a
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@ But any editor that supports [rust-analyzer](https://rust-analyzer.github.io/) s
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>If you cloned the repository and <code>rust-analyzer</code> isn't working…</strong> (<em>click to expand</em>)</summary>
|
<summary><strong>If you cloned the repository and <code>rust-analyzer</code> isn't working…</strong> (<em>click to expand</em>)</summary>
|
||||||
|
|
||||||
The intended way to run Rustlings is to install the binary and run `rustlings init` as described above. This generates a `Cargo.toml` (different than what you see in the repository) that includes the each excersise as a separate binary target which is enough for `rust-analyzer` to work.
|
The intended way to run Rustlings is to install the binary and run `rustlings init` as described above. This generates a `Cargo.toml` (different than what you see in the repository) that includes each excersise as a separate binary target which is enough for `rust-analyzer` to work.
|
||||||
|
|
||||||
If you just clone the repository and try to run and edit the exercises directly, the language server will not work. This is one downside of the current approach. But this only affects developing exercises.
|
If you just clone the repository and try to run and edit the exercises directly, the language server will not work. Please follow the instructions above instead.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue