mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-25 15:10:26 +00:00
Correctly point to sections
This commit is contained in:
parent
2bccdcbd2c
commit
fa6680ff76
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ cargo install rustlings
|
||||||
> <details>
|
> <details>
|
||||||
> <summary>Why?</summary>
|
> <summary>Why?</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 each exercise 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 in the installation/initialization sections. This generates a `Cargo.toml` (different than what you see in the repository) that includes each exercise 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.
|
>If you just clone the repository and try to run and edit the exercises directly, the language server will not work.
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue